https://github.com/tehran-lancer/simple_python_projects_for_beginners
https://github.com/tehran-lancer/simple_python_projects_for_beginners
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tehran-lancer/simple_python_projects_for_beginners
- Owner: Tehran-Lancer
- License: mit
- Created: 2024-08-08T10:06:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T07:50:19.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T15:39:59.740Z (about 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple projects with Python for beginners
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 .
List of Projects📃✨ :
- 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