A super simple habit tracker, made for my learning purposes with python.
This project is not finished yet.
To-do list:
- finish show_stats function and implement it in the main program ✅
- implement the saving of the habits_list as .csv ✅
- separate each group of functions in different modules ✅
- implement data validation
- make the code more readable and functional