Class 2.C

My Projects

My school and personal projects will be added here:

🌐 Web Portfolio

My first serious responsive website created using HTML5 and CSS3.

About project: A complete web project (the one you are currently browsing). Designed with a side navigation menu, responsive grid for large monitors and smartphones, and a matching dark design.

📝 School Projects (Python)

My own programs developed during computer science classes. Click the title to download the code directly:

🎮 "Guess the Number" Game (`while.py`) 📥

Algorithm with random number generation from 1 to 10 and a `while` loop, giving the player 3 attempts.

📐 Canvas & Lines (`ciary_rohy_z.py`) 📥

Using the `tkinter` library to generate and animate geometric lines from screen corners via loops.

🧮 Graphic Calculator (`kalkulacka.py`) 📥

Graphical User Interface (GUI) setup for mathematical calculations using the `Tk()` main loop.

📊 Data Processing (`zoznamy cisla.py`) 📥

Scripts focused on array manipulations, min/max search, average calculations, and number filtering.