diabetis_calculator.py :
A Tkinter GUI application that calculates the required insulin dose for dogs based on a given mmol blood sugar value.
pokemon.py :
Is inspired by the Pokedle online Game, where you can guess a Pokémon. It uses the PokeAPI.
rangegame.py :
A simple number-guessing game ("Choose a number between 1 and X"). This was my first Python project, created to get familiar with basic syntax and logic.
weather_shellscript.py :
A weather-fetching script that uses the OpenMeteoAPI. It is auto executed on every start of myZSH and gives me the current temperature and precipitation.
Disclaimer: those are just scripts to learn and improve my Python skills.