Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 773 Bytes

File metadata and controls

19 lines (10 loc) · 773 Bytes

This repository contains several standalone Python scripts:

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.