Hi! This repository includes all the small and medium projects I made while learning Python.
They cover topics like web scraping, data analysis, computer vision, and a bit of Django.
Simple Python apps I made when I was learning the basics.
- BasicCalculator — A simple command-line calculator
- RomanNumerals — Converts between numbers and Roman numerals
- SecretNote — Encrypts and decrypts text messages
- CatchTheTurtle — Small game made with Turtle graphics
Projects where I started using APIs and working with real data.
- WeatherApi — Gets real-time weather data from an API
- SubdomainFinder — Finds subdomains of a given website
- PriceSpy — Tracks product prices from e-commerce sites
- ImageProcessing — Some basic OpenCV image operations
Experiments with OpenCV and Mediapipe.
- HandTracking — Hand detection using camera
- DetectRipeFruit — Detects ripe fruits with color segmentation
- IGHowDareYou — Simple selenium project
- TimeSeriesAnalysisCOVID-19 — Basic data analysis and trend plotting using Pandas and Matplotlib
- TwitterCloneDjango — My first Django project, similar to Twitter.
Users can register, post tweets, and follow others.
Python
, Pandas
, OpenCV
, Requests
, BeautifulSoup
, Matplotlib
, Django
, 'Pythorch', 'Tensorflow' etc.
These projects are part of my learning journey.
They might not be perfect, but each one helped me understand Python better.