My old Python projects:

Color Game

A small game where you have 30 seconds to write the colors of words.
For every word you get right, you will get a point

Guessing Game

A game where you have to guess a random number between 1 and 100.
The goal is to get it right in as few guesses as possible!

Hangman

A game where you try to guess a word, one letter at a time.
Just don't have too many wrong guesses, and you'll be fine!

Hydrocarbon Generator

The only project in this project collection that was actually made recently.
This tool lets you type in some information about a hydrocarbon, and then it tells you its name and structural formula, and draws its skeletal structure

Multiplication Game

A game about solving multiplication tasks with the numbers from 3 to 15.
Yeah, that's it

Particle System

A small particle system which spawns particles at your mouse pointer

Requires the Pygame library, which can be downloaded either from their website with this link, or using the Python IDE Thonny
(To download Pygame from Thonny, just click "Tools", then "Manage packages", and then type "pygame")

Stars Generator

A project drawing random stars, galaxies and constellations

Tic tac toe

Tic tac toe against the computer.
Don't worry, it's not impossible to beat

Spiral Art Thing

A green spiral, drawn by a turtle

Virus Game

A game made for a school project in tenth grade (Yes this was in the beginning of the Covid-19 pandemic, how did you know?)
It has 4 levels, where you have to get to the exit without being killed by the viruses.
To defend yourself, you have to collect antibac from antibac dispensers, which are located at different areas in every level. The antibac can then be dropped on the floor by clicking "A". You start with 1 antibac and get 5 more for every dispenser collected.
To move, use the arrow keys, and click "N" to restart the level.

This also requires the Pygame library btw