Skip to content

valeriybercha/py-todo-s-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-todo-s-app

'TO DO' app written on Python (simplistic version)

  • Name: "TO DO" app (simplified TXT version)
  • Version: 0.1 (beta)
  • Author: Valeriy B.

Usage

The app works from keyboard inputs:

  • Type a task you want to add to the 'TO DO' app list;
  • Type '!print' command to print the tasks from the app list;
  • Type '!remove' command to remove a task from the list;
  • Type '!finish' to stop the app.

When '!finish' command is typed, a 'tasks.txt' file is created saving the latest data entered before command input.

NOTE: All the inputs are case sensitive in this app version: 'Call' and 'call' are not the same words.

Screenshot: TODO app s screenshot

About

Simplistic "To Do" app wtitten on Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages