Skip to content

crystalbajgai/todopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

TODOPY

A Python program that functions as a CLI TODO app. It only has basic functions, Adding the task, viewing it, and marking it as complete which is just removing it. It stores the data in tasks.txt in the same directory (it can create one automatically).

This code isn't decent or efficient. This was made with almost no prior coding experience and I am just learning so there are a lot of places for major improvements but for now, it does what it is meant to do.

preview

Features

  • Add task.
  • View Task.
  • Remove Task.

Installation

Run the following in the terminal or download the repo.

git clone https://github.com/crystalbajgai/todopy.git

Go to the directory containing todo.py (cd todopy) and run the following (or according to your Python version).

  python todo.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages