henryj320 / python_projects

This is a repository for all of my Python projects. The README contains all of the Completed and Future project ideas.
0 stars 0 forks source link

weekly_goals_GUI #39

Open henryj320 opened 2 years ago

henryj320 commented 2 years ago

Title: weekly_goals_GUI Language: Python Overview: Shows a progress bar for your weekly goals. For example, a progress bar on how close to your reading goal you are. You could also autorun this on startup and set your background to the progress bars by screenshotting and setting as the wallpaper. It could also show how much of your 7.5 * 5 hrs of work you've done so far. You could run this via Flask. This would make it so that you can use Python (storing values in .txt files) and a clean webpage with Bootstrap. Alternatively, you could use React for clean elements and running.

henryj320 commented 1 year ago

Started the project as a KDE Plasmoid widget. May not be a good solution long-term, but useful to learn Plasmoid with.

Started an Obsidian markdown file too on how to make a plasmoid widget.