Projects

This section features a selection of my smaller-scale projects, which serve to demonstrate a range of my technical abilities. Many of these projects are outcomes of various courses, educational resources, and academic assignments. Please note that the source code is not immediately visible, and not all programs may run due to the requirement of access keys. To view the code, click on the "angle brackets" icon to display it in Replit.

Card image cap
AI Instagram Manager

AI interpreted images, AI generated captions, and then artificially posted Instagram advertisements, mainly for restaurants, but works with any kind of business. This is my own project with quite a few real-world uses. Cannot be monetized due to legal trouble, but if you want some cheap advertising for yourself you are welcome to use it.

Card image cap
Playlist Creator

Creates spotify playlist from a given year, scrapes the data from the Billboard Hot 100.

Card image cap
Movie Rating Site

Displays my favorite movies and my reviews of them in a very nice looking format, the database is through SQLAlchemy, plus there are some API calls to MovieDB.

Card image cap
Instagram Follower Bot

Through a Selenium driver creates a bot, that starts following people who follow Eminem automatically.

Card image cap
Workout Tracker

Creates an entry on a Google spreadsheet according to what workout you did, shows calories and interprets sentences => gets workout information, through various APIs.

Card image cap
Twitter Bot

Creates a Selenium driver bot that checks your internet speed, then tweets at your internet provider, if it is not what they said it should be at all times.

Card image cap
Café API

Creates an API endpoint for Cafés - information about different cafés, also has API documentation made through Postman.

Card image cap
Book Rating Site

My first ever experience with SQL databases.

Card image cap
Coffee Rating Website

A site that stores and shows ratings for coffee shops.

Card image cap
Login with Flask

A test site for logging in users and authentication.

Card image cap
Beta of Personal CV site with Flask

Beta version of the site you are currently looking at, this one is not run with Flask as it is on a free GitHub pages domain.

Card image cap
Number Guesser with Flask

A simple site for guessing numbers, the start of my journey with Flask.

Card image cap
Automatic Form Filler

Starts filling out forms with the data it scraped from the web, the form data is saved in an Excel sheet.

Card image cap
Tinder Swiping Bot

Creates a Selenium driver bot that automatically logs in and swipes on Tinder.

Card image cap
Cookie Clicker Bot

Creates a bot through Selenium that attempts to maximize cookie production in a popular browser game called cookie clicker.

Card image cap
Price Tracker

Runs a program that checks the price of an amazon product, if it goes below the given price, sends an email.

Card image cap
Pixela Manager

Through simple API calls adds entries to a pixela calendar.

Card image cap
Stock News/Predictor

Through multiple API requests generates the stock difference of TSLA between today and yesterday, also links news which may have something to do with it and sends it as an SMS through Twilio (0% is not a bug, at the time of recording, TSLA stock was stagnant)

Card image cap
Rain Warning

A useful yet simple program that sends you a message, if it's going to rain today, for some time I was using this myself, running it every morning through python-anywhere, so I would not forget my umbrella.

Card image cap
Quiz with GUI

Sends an API request to OpenDB from which it creates a bunch of true and false questions.

Card image cap
ISS locator

Program that requests the ISS location and then checks whether it is day at your location, with another API request, if so sends an email telling you that you can see the International space station.

Card image cap
Kanye Quotes

Program that generates an API request when the head is pressed, that generates a Kanye quote.

Card image cap
Birthday Emailer

A simple program that emails people when it is their birthday, can also add quotes.

Card image cap
French Flashcards

A simple game to see how many French words you know.

Card image cap
Password generator and notebook.

A program for saving/generating password for different accounts.

Card image cap
Pomodoro Technique Timer

A timer for the Pomodoro technique, pretty and useful, so much so that I use it myself.

Card image cap
Mile Converter

A simple mile to kilometer converter made with tkinter.

Card image cap
State Guesser

A game to see how many US states you can name, after that, it creates a csv file with all the states you missed.

Card image cap
Simple Calculator

Calculator with GUI in window-builder for Eclipse.

Card image cap
Flask Authentication

A site with simple registration and login, with login only secrets.

Card image cap
Turtle Crossing

A copy of a road crossing game with the turtle module.

Card image cap
Pong

A simple game of pong for two players.

Card image cap
Snake

A simple snake game using the turtle module that keeps a high score.

Card image cap
Turtle Racer

Creates a simple game which races turtles and multiple players can bet on them.

Card image cap
Art Creator

Creates a copy of Damien Hirst's spot paintings in the turtle module.

Card image cap
Children multiplication assist

A small java program aimed for children that are trying to learn simple multiplication.

Card image cap
Console based quiz with OOP

The start of my oop programming journey with python and the first very simple OOP program.