Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 492 Bytes

File metadata and controls

16 lines (10 loc) · 492 Bytes

Python-command-line-to-do-application

To run the application

  1. Download the repository and unzip the file.

  2. Run the command prompt (preferably with administrative power).

  3. Run the following code in the command prompt
    python3 todo.py

  4. A list of actions that can be performed will show up.

  5. Choose what you want to do amongst various commands like add, delete, done, report, help and ls.

Note - You must have python3 installed on your personal computer to run the program.