Track you personal courses or learning, using a unit of your choice.
To execute, run the 'sg.py' file. (Make sure you have PySimpleGUI installed as well)
pip install PySimpleGUI
python3 ./sg.py
By leaving any field empty, it will remain as the old one.
You just need to provide a Name, Current Progress, Goal, Unit and a Tracking.
Delete the course(s) you want by selecting it.
You can alter between seeing you progress as a 'Percent' or as 'Stars'.
- Example: %90 or ★★★★☆
- Another example: %45 or ★★☆☆☆
Percentage | Stars Representation |
---|---|
%0 | ☆☆☆☆☆ |
%1-20 | ★☆☆☆☆ |
%21-40 | ★★☆☆☆ |
%41-60 | ★★★☆☆ |
%61-99 | ★★★★☆ |
%100 | ★★★★★ |