Welcome to the world of Python programming✨👋🏼 !
This repository contains a collection of simple Python projects designed for people who are just starting to learn Python programming. Each project includes a brief description, source code, and implementation instructions to help you learn and practice programming skills.
In this repository, we will do twenty simple Python projects together. A training video is prepared for each project and its link is made available in the description of the project .
- Simple Calculator :
- Description: A basic calculator that can perform addition, subtraction, multiplication, and division operations.
- Files: Calculator/calculator.py
Programmer : Mahtab Javadi
- The project of construction and encryption on the zip file :
- Description: A simple project that receives a file as input and then converts it into a zip file with the password you want
- Files: ZipFile/main.py
Programmer : Mahtab Javadi
- Age calculation project :
- Description: In this project, the user enters his date of birth and then the age of the user is calculated and displayed
- Files: Age calculator/ age calculator.py
Programmer : Mahtab Javadi
- Translator:
- Description: In this project, the user enters his date of birth and then the age of the user is calculated and displayed
- Files: Translator / translater.py
Programmer :Samin Shojaei
- Number guessing game :
- Description: This project is a number guessing game made using the random library
- Files : Number guessing game / number_guessing_game.py
Programmer : Mahtab Javadi