Python program which create thread and visualize thread execution time through a python module called urwid recommended use with retro-cool-terminal
Install urwid module of python by typing:
sudo pip3 install urwid
You can install cool-retro-term by following this guide
Download file from github:
git clone https://github.com/leorm02/ThreadCreatorAndVisualizer.git
Execute Software:
cd ThreadCreatorAndVisualizer
python threadCreator.py


