my first time upload app to github
Source: Dev.to
Introduction
I’ve been learning Python on my own for about one or two years. In the first few months I spent up to 10 hours a day coding, building a variety of personal applications. I started with Tkinter for GUIs and later moved to PySide 6. Writing code quickly became a passion.
Recent Work
Auto‑Clicker
Last night I revisited some of my projects, refactored parts of the code, and uploaded the result to GitHub:
Manhwa Downloader
I also created a simple manhwa downloader that works with a few websites. Because downloading all images and chapters can be tricky, I added an alternative method that appears on the left side of the app’s interface.
Django Manhwa Site (local)
In addition, I built a local‑only Django website for managing manhwa content. It was a learning project rather than a production‑ready site.
Future Plans
I’m now focusing on consolidating my work into a single GitHub repository that can serve as a portfolio/CV. My goal is to continue improving my skills, showcase my projects, and eventually secure a professional development role.
Python