Skip to content

Repository files navigation

Python Mini Projects

A collection of my small Python projects created to practice programming skills


Projects

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

Purpose

These projects helped me to practice my programming skills:

  • data types
  • conditions and loops
  • functions
  • randomization
  • algorithms

How to run

Clone the repository:

git clone https://github.com/vee-kr/python-mini-projects.git
cd python-mini-projects

Run any project

For example:

python caesar_cipher/main.pry

About

Small Python projects created to practice my basic programming skills

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages