DEV Community

jevonsp
jevonsp

Posted on

PyPlanner: A Simple Terminal Planner Program

PyPlanner is a project for codecademy's cs101 course. I've done a couple smaller courses, but this one and the project are the largest. This was my first time using amazonQ to refactor code in VScode and its pretty cool.

This program allows you to enter a name, which is stored in a config file to remember who you are between sessions.

Each to-do entry is stored in a .csv for easy exporting and storage between sessions.

During use the number of tasks created is kept track of and inc/decremented in the config.txt.

I'm not very good at coding yet so I'm SURE this could be simplified and done much cleaner but this was the best way I could think of.

Top comments (0)