{"id":22253033,"url":"https://github.com/tehran-lancer/simple_python_projects_for_beginners","last_synced_at":"2026-01-24T02:40:06.077Z","repository":{"id":252221463,"uuid":"839781439","full_name":"Tehran-Lancer/Simple_python_projects_for_beginners","owner":"Tehran-Lancer","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-28T07:50:19.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T15:39:59.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tehran-Lancer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-08T10:06:07.000Z","updated_at":"2024-08-28T07:50:23.000Z","dependencies_parsed_at":"2024-08-28T08:59:45.341Z","dependency_job_id":null,"html_url":"https://github.com/Tehran-Lancer/Simple_python_projects_for_beginners","commit_stats":null,"previous_names":["tehran-lancer/simple_python_projects_for_beginners"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tehran-Lancer/Simple_python_projects_for_beginners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tehran-Lancer%2FSimple_python_projects_for_beginners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tehran-Lancer%2FSimple_python_projects_for_beginners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tehran-Lancer%2FSimple_python_projects_for_beginners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tehran-Lancer%2FSimple_python_projects_for_beginners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tehran-Lancer","download_url":"https://codeload.github.com/Tehran-Lancer/Simple_python_projects_for_beginners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tehran-Lancer%2FSimple_python_projects_for_beginners/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267468268,"owners_count":24092311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T07:15:55.106Z","updated_at":"2026-01-24T02:40:06.024Z","avatar_url":"https://github.com/Tehran-Lancer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align='center'\u003e\n \u003cimg src=\"https://tehranlancer.com/media/2023/06/logo_lancer_h-2-copy.png\"\u003e\n\u003c/p\u003e\n\u003ch1 align='center'\u003eSimple projects with Python for beginners\u003c/h1\u003e\n\u003cp\u003eWelcome to the world of Python programming✨👋🏼 ! \u003cbr\u003e 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. \u003cbr\u003e 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 .\u003c/p\u003e\n\u003ch3\u003eList of Projects📃✨ :\u003c/h3\u003e\n\u003cul\u003e\n  \u003cli\u003eSimple Calculator : \u003cp\u003e \u003cul\u003e \n   \u003cp\u003eProgrammer : Mahtab Javadi \u003c/p\u003e\n   \u003cli\u003eDescription: A basic calculator that can perform addition, subtraction, multiplication, and division operations.\u003c/li\u003e\n   \u003cli\u003eFiles: Calculator/calculator.py\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/p\u003e\u003c/li\u003e\n    \u003cli\u003eThe project of construction and encryption on the zip file : \u003cp\u003e \u003cul\u003e \n    \u003cp\u003eProgrammer : Mahtab Javadi \u003c/p\u003e\n   \u003cli\u003eDescription: A simple project that receives a file as input and then converts it into a zip file with the password you want\u003c/li\u003e\n   \u003cli\u003eFiles: ZipFile/main.py \u003c/li\u003e\u003c/ul\u003e\n     \n   \u003cli\u003eAge calculation project :\u003cp\u003e \u003cul\u003e \n    \u003cp\u003eProgrammer : Mahtab Javadi \u003c/p\u003e\n   \u003cli\u003eDescription: In this project, the user enters his date of birth and then the age of the user is calculated and displayed\u003c/li\u003e\n   \u003cli\u003eFiles: Age calculator/ age calculator.py \u003c/li\u003e\u003c/ul\u003e\n\n   \u003cli\u003eTranslator:\u003cp\u003e \u003cul\u003e \n    \u003cp\u003eProgrammer :Samin Shojaei \u003c/p\u003e\n   \u003cli\u003eDescription: In this project, the user enters his date of birth and then the age of the user is calculated and displayed\u003c/li\u003e\n   \u003cli\u003eFiles: Translator / translater.py\u003c/li\u003e\u003c/ul\u003e\n\n   \u003cli\u003eNumber guessing game :\u003cp\u003e \u003cul\u003e \n    \u003cp\u003eProgrammer : Mahtab Javadi \u003c/p\u003e\n   \u003cli\u003eDescription: This project is a number guessing game made using the random library\u003c/li\u003e\n   \u003cli\u003eFiles :  Number guessing game / number_guessing_game.py \u003c/li\u003e\u003c/ul\u003e\n  \u003c/ul\u003e\n\u003c/p\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eNew Projects Schedule ✨🚀: \u003c/h2\u003e\n\u003ch4\u003e\nWe are committed to regularly updating this repository with new and exciting projects! Starting now, a new project will be uploaded every Monday and Thursday at 16:00 Iran time. Stay tuned and keep practicing to enhance your Python programming skills!\u003c/h4\u003e\n\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftehran-lancer%2Fsimple_python_projects_for_beginners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftehran-lancer%2Fsimple_python_projects_for_beginners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftehran-lancer%2Fsimple_python_projects_for_beginners/lists"}