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.
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.
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: Python
Type: Console Application
02/24/2024 - 02/26/2024 (~2 days)
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.