This is simple To-Do App written in Python language.
By using CLI (Command Line Interface) version of the app you can
-
Add Task
-
View Tasks
-
Mark as Done
-
View Completed Tasks
and lastly you can
-
Exit
the program.
- Open folder in which file pytodo-cli.py is stored.
- Open CMD (For Windows) or Terminal (For Linux).
- Enter Command without quotes " python3 pytodo-cli.py ".
- The program has started by asking 5 munu options mentioned above.
- Enjoy the Power of Python.....