beginner-python-project
There are 12 repositories under beginner-python-project topic.
victorpreston/Python-Projects
📱 ✅ Some awesome projects in python! 📱 ✅ | This repository is designed for developers and enthusiasts eager to explore a diverse range of applications, from simple scripts to complex systems.
Harkin-13/terminal-blackjack
Object-oriented Blackjack game for the command line, written in Python.
sh1vam-03/Python-Rock-Paper-Scissors
This is a simple command-line Rock, Paper, Scissors game implemented in Python.
AryaAppaji/Grading-System
This is a student grading system made with python customtkinter library with fully functional code and setup file to setup on any system.
ndrada/countdown-timer-python
Super short project: Timer that plays a sound when it reaches 00:00. 100% python. Runs in your terminal. Requires pip playsound to run.
wswalker87/fcc_time_calc
FreeCodeCamp Time Calculator project for the Scientific Computing with Python course
behdad-bahadivand-chegini/Beginner-Python-Projects
Here are some basic projects for beginners
hariravi15/First_step_in_python
This Repository is all about learning python for complete beginners. I will update the pdf every 15 days, The goal is to achieve a intermediate level in python within this year end- So come join with me and lets learn together.
Harkin-13/password_strength_checker
Terminal-based password strength tester using Python and zxcvbn.
likhithnd/Guessing_Game_Python_Project_1
A simple terminal-based number guessing game written in Python. The program randomly selects a number between 1 and 100, and the player guesses until the correct number is found. This project helped me practice loops, conditionals, random number generation, and user input handling in Python.
M-Ahtasham-Ul-Haq/python-coding-questions
A complete collection of Python practice questions with solutions from beginner to advanced, including OOP, functions and real-world mini projects.
saileshvyas/my-first-python-project
A Python grade calculator with color-coded output - my first programming project