mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
14 lines
317 B
Markdown
14 lines
317 B
Markdown
|
## 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
|