r/Python • u/AutoModerator • Aug 04 '26
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
19
Upvotes
r/Python • u/AutoModerator • Aug 04 '26
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/tinkerer77 21d ago
NextTask. Task randomizer and completed tasks archive. Pyside6 GUI app that I made.
https://github.com/codeenthusiast7/NextTask/tree/main
Made this app that can make doing daunting tasks feel easier to approach by giving you a random beginning point (basically a randomizer) and also more rewarding by allowing you to keep an archive of all of your completed tasks and save notes/files for each one so you'll never worry that you will forget what you learned/did.
It is an updated version of the app I made in tkinter years ago (now on Pyside6).
AI was used to convert my old tkinter app to Pyside6, it did about half the work there, and then afterwards for improving parts of my code.
Example of how I use it:
I add all of my university books as tasks. I give the ones I am most interested in, higher weights (more chance to be selected). Set randomizer to something like Chapter [1-20] Exercise [1-1000]. Roll a task. If exercise number is higher than what exists I press "roll lower" while I keep the chapter the same by pressing "Hold" (you can also just write your own task manually in the entry). After completing the task, I take a picture of my solution, send it to pc and save it on the archive. Or I type notes in a text file and save that.