Skip to content

WeaverDyl/python-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Todo

A simple todo list CLI tool!

Installation

pip install python-todo

(Python 3.6 or greater is currently required)

Valid Commands

Default
Prints out the current task list
-a/--add
Prompts user for task information and adds it to the task list
-r/--remove
Prompts the user for a row ID to remove from the task list
-f/--finish
Prompts the user for a row ID to change to a finished state
-u/--unfinish
Prompts the user for a row ID to change to an unfinished state
-c/--change
Prompts the user for a row ID to change information for
-v/--view
Prints out the current task list
-h/--help
Prints out the valid commands

License

This project is licensed under the MIT License - see the LICENSE file for details. Python-Todo

About

A simple todo application written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages