This repository contains a collection of Python projects developed to demonstrate practical applications of programming concepts such as automation, web scraping, GUI design, basic algorithms, and API integration. Each project is organized in its own directory with relevant source code, and documentation where applicable.
- ⚙️ This collection is continuously evolving with new projects and ongoing improvements.
All projects are written with an emphasis on:
- Clean and modular code structure 🧱
- Practical, real-world use cases 🌍
- Reusability and readability 📦
Here’s a list of available projects in this repository:
Project Name | Description |
---|---|
🔢 AdvancedCalculatorApp | A more advanced calculator app with extended functionality. |
➗ Calculator_app | A basic calculator implementation with standard arithmetic operations. |
⏳ Countdown_time | A simple countdown timer application written in Python. |
💱 CurrencyConversionSelenium | Automates currency conversion using Selenium and web scraping. |
🌐 Frontend_working | Frontend-related components or experiments integrated with Python logic. |
🎯 Number_guessing_game | A terminal-based number guessing game. |
🔢 Practic_calculator | Another variant of a calculator for practicing GUI or logic implementation. |
🔁 Rome_to_Int | A project to convert between Roman numerals and decimal numbers. |
🕷️ SeleniumScrapingProject | Web scraping automation using Selenium. |
🎙️ Sounddevice_recording | Record audio using Python's sounddevice module. |
🌤️ Weather_app | A weather application fetching data from external APIs. |
📄 Docuconvert | A document conversion tool supporting PDF to DOCX and image to PDF conversions, with more features coming soon. |