PyPlanner: A Simple Terminal Planner Program

Susan Sarandon
Release: 2024-10-05 10:26:03
Original
804 people have browsed it

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!

source:dev.to
Statement of this Website
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
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!