/runmultithread

Run the same process with different inputs in different threads

Primary LanguagePythonMIT LicenseMIT

runmultithread

Run the same process with different inputs in different threads.

Download from the releases page.

Imgur

The image was created calling the python interpreter and the code available in this link.

Development

The runmultithread.exe file is standalone (just download and use), but if you will make changes in the code, you need have installed in your system this requirements:

  • Qt 4.8.5
  • PySide

Create the .exe

To create the .exe from the code install pyinstaller

pip install pyinstaller

And use the .spec file

pyinstaller.exe runmultithread.spec