Please remember that when viewing this videos, the code may have changed as shown. It’s best if you visit my GitHub account for the most up-to-date code. You can just click the button below.
Happy Coding <3!
Space Shooter
How it started: My second Python game using Pygame. I had initially abandoned this project long ago but decided to revisit it. I’m glad I did. It turned out to be much more enjoyable than expected, especially when experimenting with collisions, Sounds, Object Oriented Programming and More!
Kery | Nov 28, 2023 |
Tic-Tac-Toe
How it started: My first python game using PyGame. A simple Tic-tac-toe for two players (X and O). It includes a result menu with an option to play again. Hovering over the option highlights it, and clicking restarts the game. It push me to learn more.
Kery | Nov 16, 2023 |
File Organizer
How it started: The File Organizer project was initiated to address the chaos and disarray within my computer. The primary goal of this project was to efficiently organize files by transforming the cluttered mess into a well-structured and easily navigable system.
Kery | Oct 18, 2023 |
Weather App
How it started: The weather app project began as an upgrade to my earlier version, with input from people in the comments suggesting various improvements. I appreciate feedback as it enables me to enhance my work and avoid repeating the same mistakes. I’m optimistic about turning it into a complete app one day.
Kery | Oct 16, 2023 |
Calculator
How it started: The calculator project began as an effort to enhance my initial project, which was a calculator without a graphical user interface (GUI) and solely relied on print statements. I integrated tkinter to craft a more visually appealing interface. This project holds a special place for me as it not only improved my coding skills but also served as a foundation for experimenting with various functionalities.
Kery | Oct 5, 2023 |
Digital Clock
How it started: My digital clock project kicked off because I was really into trying different things, that’s where tkinter came in. This project pushed me to improve my calculator project, making it more appealing to others. It taught me the basics of using tkinter to display things on the screen as an app.
Kery | Oct 4, 2023 |