python-projects-beginners A collection of easy Python projects for beginners. This repository contains simple games that you can run directly from your terminal.
Follow these steps to run any of the games in a Bash terminal (Git Bash, WSL, macOS, or Linux).
git clone https://github.com/afthahmm590-png/python-projects-beginners.git
cd python-projects-beginners
Use the following commands to start each game:
python dice_rolling_game.py
python number_guessing_game.py
python rock_paper_scissor.py
python to_do_list.py
[!TIP] If
pythondoesn’t work, try usingpython3instead.Projects Included
- Dice Rolling Game: A fun way to simulate rolling dice.
- Number Guessing Game: Test your luck guessing numbers between 1 and 100.
- Rock Paper Scissors: Play the classic strategy game against the computer.
- To Do List: A classic Todo list,you can create,view,delete your tasks,By selecting numbers indicate tht options.
Author : Afthah Bin Rafi