This subdomain contains the code of the projects I wrote while learning my first programming language, Python (2016-2020).
- a text adventure game inspired by Zork
- a system that streams video from a raspberry pi webcam
- automatic tetris player
- maze creator and solver
- generates an html file containing reddit posts for offline viewing
- calculates the position of a robotic arm's joints so its end effector reaches the specified coordinates
- A bot that responds to emails that contain requests to download videos and generate html files with reddit posts
- A simple game of hangman played with a user specified dictionary. Use searchword.py to search a dictionary for words matching a wildcard pattern (? and *).
- Uses openCV to extract memes as images from a meme compilation video on youtube.
- An implementation of XOR encryption.