A simple TODO list cmd
This script create and manage your todo list. The list is saved in your home directory as .todolist
python -m pip install tiny_todo# show the list
python -m tiny_todo
# add an item
python -m tiny_todo add
# delete an item
python -m tiny_todo del