Python Mini Projects
This repository contains a collection of small Python projects that I built during my A-Levels (2023) as part of my early learning journey in programming. These projects focus on developing strong fundamentals in problem solving, control flow, and working with Python libraries.
Projects Included
-
Rock Paper Scissors Game Command-line game where the user plays against the computer using basic logic and randomization.
-
Number Guessing Game A simple guessing game where the user tries to guess a randomly generated number with feedback provided for each attempt.
-
Wikipedia Summary Tool A small utility that fetches and displays the first sentence of a Wikipedia article based on user input.
Technologies Used
- Python 3
- random module
- wikipedia library