Built my first desktop app in Python using Tkinter! A simple budget planner system where you can add, delete, and update expenses. Perfect project for beginners to learn about GUI development and database connectivity
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Congratulations on finishing your first desktop app.
A lot of developers underestimate how much they learn from small CRUD projects. Adding, updating, deleting, and persisting data sounds simple, but those patterns show up in almost every larger application later on.
Keep building. The next project always feels easier than the last one.