python-scripts/scripts/todo_cli/README.md
Raymond cfb096af9a
Update README.md
Added missing space in markdown file header.
2023-09-27 14:02:25 +08:00

319 B

ToDo CLI program

Main Script -

todo.py

Files to store ToDos -

  1. todo.txt
  2. done.txt
  3. archive.txt

Note -

todo.bat is a bash script, add its path to OS environment variables and change path in python and bash files to absolute path to use this using CMD from anywhere.

Dependency -

None