-1

Sorry for my bad English.

I made a file hashing app with tkinter and python3 but as soon it start hashing files User Interface get freeze.

How can I prevent it...?

1 Answers1

-1

Multithreading for I/O operations and Multiprocessing for CPU intensive tasks. Read What are the differences between the threading and multiprocessing modules?

See also Tkinter: How to use threads to preventing main event loop from "freezing"

Zx4161
  • 180
  • 8