Featured Projects

Exploring the intersection of automation, APIs, and user experience

Flights Notifier

A system to track and notify users about low-price flights for specific destinations using the Amadeus API, Sheety for data management, and email notifications via SMTP.

Python APIs SMTP Amadeus

Billboard to Spotify

A Python automation project that scrapes the Billboard Hot 100 chart for a user-specified date and creates a private Spotify playlist with the top 100 songs of that day.

Python Web Scraping Spotify APIs

Greek Flash Card Learning App

A simple flash card application built with Python and Tkinter to help users learn Greek vocabulary. The app displays Greek words on flash cards, allowing users to test their knowledge and track progress.

Python GUI Automation Tkinter Greek Language

ISS Real-Time Tracker

This script fetches the current position of the ISS from an API and updates an interactive map every 10 seconds. The map is displayed in your browser, showing the ISS's latest location.

Python API Automation Folium

The Classic Snake Game

A fun and addictive Snake game built using Python's turtle module. Guide the snake, eat the food, grow longer, and avoid crashing into the walls or your own tail. How long can you survive?

Python Game OOP

Password Manager

A password manager built with Python and Tkinter that allows you to generate and store secure passwords efficiently.

Python GUI Password Manager Tkinter