juanpabloaj / runmultithread

Run the same process with different inputs in different threads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Run the same process with different inputs in different threads

License:MIT License


Languages

Language:Python 100.0%