Skip to content

Python Program I created during my time in IT-140. The program is a console application that saves user defined tasks in a .csv file.

Notifications You must be signed in to change notification settings

jmckinney7/IT140-TodoListProgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

IT140-TodoListProgram

Python Program I created during my time in IT-140. The program is a console application that saves user-defined tasks in a .csv file.

TodoListProgram Summary

In IT-140, we were tasked with being creative and developing our own program. During this period, I decided to create a to-do list program that uses task data from the user to generate a .csv file to store their tasks in.

Project flow

First, the program initially asks the user for x number of tasks for the iteration process to begin. Next, the application asks the user for a few properties (task name, due date, priority). Lastly, the data inserted by the user will then display on the terminal window, displaying the finalized output, also notifying the user that the file has been created.

Language

Language: Python

Project Type

Type: Console Application

Timeline

02/24/2024 - 02/26/2024 (~2 days)

License / Usage

This project is for demonstration and educational purposes only.
No license is granted for reuse, modification, or distribution of the code.

You are welcome to view the code and study it, but please do not copy or use it in your own projects without permission.

About

Python Program I created during my time in IT-140. The program is a console application that saves user defined tasks in a .csv file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages