Skip to content

Track you personal courses or learning, using a unit of your choice.

License

Notifications You must be signed in to change notification settings

AmeerDuhr/course-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

course-tracker

Track you personal courses or learning, using a unit of your choice.

image image

To execute, run the 'sg.py' file. (Make sure you have PySimpleGUI installed as well)

pip install PySimpleGUI
python3 ./sg.py

Edit courses

By leaving any field empty, it will remain as the old one.

Add courses

You just need to provide a Name, Current Progress, Goal, Unit and a Tracking.

Delete courses

Delete the course(s) you want by selecting it.

Change 'Tracking'

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 ★★★★★

About

Track you personal courses or learning, using a unit of your choice.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages