21 Jul Python How to Create a File and Folder in Python July 21, 2025 By Daniyal Ahmed 0 comments Today, I want to share a cool little Python project I worked on. It’s something simple but super useful a script that counts files and ... Continue reading
21 Jul Python How I Built a Colorful Calendar App in Python July 21, 2025 By Daniyal Ahmed 0 comments I'm a Python enthusiast, and today I’m excited to share a little project I recently built a colorful, terminal-based calendar that not ... Continue reading
17 Jul Python How to Create Gauge Charts Using Python July 17, 2025 By Daniyal Ahmed 0 comments Have you ever wanted to display data in a speedometer style chart for things like CPU usage, vehicle speed, or performance scores. I ha... Continue reading
17 Jul Python How to Make a Cloud File Sharing Using Python July 17, 2025 By Daniyal Ahmed 0 comments Cloud storage and file sharing have become essential tools for developers and users alike. Whether I’m sending files to clients, backin... Continue reading
03 Jul Python How I Create a Progress Bar in Python Using tqdm July 3, 2025 By Daniyal Ahmed 0 comments As a Python developer, I often run into situations where my script takes a while to run maybe it's processing files, downloading data, ... Continue reading
03 Jul Python How to Convert Text to Voice Using Python July 3, 2025 By Daniyal Ahmed 0 comments Well, I recently explored something super cool converting text to speech using Python, and believe me, it’s way simpler than I expected... Continue reading
23 Jun Python How I Fix a Game Score Database Error in My Code with Python June 23, 2025 By Daniyal Ahmed 0 comments I recently completed a small but meaningful feature for a game I’ve been developing saving a player’s score to a database when the game... Continue reading
20 Jun Python How to Extract Unzip Files with Python June 20, 2025 By Daniyal Ahmed 0 comments As a freelancer working with software house companies for several years, I’ve handled a wide range of backend and automation tasks. One... Continue reading
20 Jun Python I Built My Own Internet Speed Test with Python June 20, 2025 By Daniyal Ahmed 0 comments As a developer, I often get requests from clients to create small utilities that solve very specific problems. One of my recent project... Continue reading
19 Jun Python How to Create a Chatbot with Generative AI From Prompt Engineering to Deployment? June 19, 2025 By Daniyal Ahmed 0 comments Artificial intelligence, a restructuring technology, has introduced the industry with prompt engineering. While this is a new field, th... Continue reading