A collection of my small Python projects created to practice programming skills
| Project | Description |
|---|---|
| Guess Number Game | A game where the player tries to guess a randomly generated number |
| Magic 8 Ball | The program answers the user's questions with randomly selected responses |
| Password Generator | The program generates passwords based on the user's chosen length and character types |
| Number Base Calculator | The program converts numbers between decimal and bases from 2 to 16 |
| Caesar Cipher | The program encrypts and decrypts text using the Caesar cipher in English or Russian |
| Hangman Game | A word-guessing game |
These projects helped me to practice my programming skills:
- data types
- conditions and loops
- functions
- randomization
- algorithms
Clone the repository:
git clone https://github.com/vee-kr/python-mini-projects.git
cd python-mini-projectsRun any project
For example:
python caesar_cipher/main.pry