Skip to content

berkantGunel/Python

Repository files navigation

🐍 My Python Projects

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.


📂 Project Categories

🧩 Beginner Projects

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

⚙️ Intermediate / Automation Projects

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

🤖 AI & Computer Vision

Experiments with OpenCV and Mediapipe.

  • HandTracking — Hand detection using camera
  • DetectRipeFruit — Detects ripe fruits with color segmentation
  • IGHowDareYou — Simple selenium project

📊 Data Analysis

  • TimeSeriesAnalysisCOVID-19 — Basic data analysis and trend plotting using Pandas and Matplotlib

🌐 Web & Django

  • TwitterCloneDjango — My first Django project, similar to Twitter.
    Users can register, post tweets, and follow others.

🧰 Tools I Used

Python, Pandas, OpenCV, Requests, BeautifulSoup, Matplotlib, Django, 'Pythorch', 'Tensorflow' etc.


🎯 Note

These projects are part of my learning journey.
They might not be perfect, but each one helped me understand Python better.

About

My Python Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages