The directory contains mini-projects based on assignments from the "Python Generation: Beginner's Course". These projects are small programs designed to practice the fundamental concepts and skills of programming in Python. Each project implements a specific task or concept learned during the course and can serve as a sample or source of inspiration for beginners looking to deepen their knowledge and skills in Python programming.
- caesar_cipher: Implements Caesar's cipher algorithm for encrypting and decrypting text.
- guess_the_number: Generates a random number and asks the user to guess this number.
- hangman: A simple command-line version of the classic Hangman game.
- magic_8ball: Simulates a Magic 8 Ball.
- numeral_system_calc: Convert numbers between different numeral systems.
- random_password_generator: Generates random passwords based on user preferences.
Torshin Sergey @torshin5ergey