My Projects

A collection of my first Python projects as a beginner

Number Guessing Game

Number Guessing Game

A simple game where the computer selects a number between 1 and 100 and the player needs to guess it.

Python Random Module
Calculator

Calculator

A simple calculator that can perform basic operations (addition, subtraction, multiplication, division).

Python Functions
To-Do List

To-Do List

A simple console application for managing tasks (add, complete, delete).

Python Lists Loops
Weather Query

Weather Query

A program that displays the current temperature and weather conditions for an entered city.

Python Requests API
Password Generator

Password Generator

A program that creates random, secure passwords with various options (length, special characters, numbers).

Python Random String
Rock Paper Scissors

Rock Paper Scissors

The classic game "Rock, Paper, Scissors" against the computer with score tracking.

Python Random Conditionals