Skip to content

A simple to do list program that can be run from the command line terminal.

Notifications You must be signed in to change notification settings

AustinBoydston/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

To do list

This is a simple to do list program that can be run from the command line. The program reads a list from a text file then allows the user to modify it by adding, removing, or clearing the list. This is a solution to a to do list project I assigned second semester programming students.

Learning Target

  • This programming project taught how to read and write to and from a file in python using:
    • read()
    • write()
    • readline()

Running the program

Dependencies

  • Python : python must be installed in order to run this program.

Running

  • Navigate to the directory the fileioAP.py file is stored in and run
python fileioAP.py

About

A simple to do list program that can be run from the command line terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages