this repo is for litte python projects, so i can learn to write python scrips on the go.
Find a file
2026-02-23 10:38:22 +01:00
simple-calculator fix 2026-02-23 10:38:22 +01:00
simple-ip-port-test changing wording 2025-12-27 10:26:45 +01:00
simple-password-generator remove potential point of failure 2025-12-27 22:12:33 +01:00
simple-rng Add user-configurable max value and minor optimizations 2025-12-27 19:38:09 +01:00
README.md README.md erstellt 2026-01-13 20:34:00 +00:00

simple Python Projects

This repository contains small Python scripts and mini-projects I'm building while learning Python.
Each project is short, practical, and focused on learning core concepts by actually writing code.

The idea is to learn Python on the go by building simple things and improving them over time.

Repository Structure

Each folder contains a small, self-contained Python project.
Projects usually focus on things like:

  • User input
  • Control flow (if, while)
  • Functions
  • Error handling (try / except)
  • Basic logic and problem solving

Scripts are intentionally simple and beginner-friendly.

Run a script:

python /path/to/script.py