Home  >  Article  >  Backend Development  >  PyPlanner: A Simple Terminal Planner Program

PyPlanner: A Simple Terminal Planner Program

Susan Sarandon
Susan SarandonOriginal
2024-10-05 10:26:03805browse

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.

The above is the detailed content of PyPlanner: A Simple Terminal Planner Program. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Hacktoberfest Part 1Next article:Hacktoberfest Part 1