Skip to content

mike42/pyTodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyTodo

This is a simple todo-list app in python. It uses the curses module, so you will have the best chance of it running if you're on a UNIX system.

pyTodo screen capture

Usage

python3 main.py

Controls

  • plus - add a new item
  • up and down - navigate between items
  • minus - delete the selected item
  • q - save and quit
  • s - just save

About

A simple curses-based todo list example in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages