There are 0 repository under beginner-python-project topic.
📱 ✅ 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.
Object-oriented Blackjack game for the command line, written in Python.
This is a simple command-line Rock, Paper, Scissors game implemented in Python.
This is a student grading system made with python customtkinter library with fully functional code and setup file to setup on any system.
Super short project: Timer that plays a sound when it reaches 00:00. 100% python. Runs in your terminal. Requires pip playsound to run.
FreeCodeCamp Time Calculator project for the Scientific Computing with Python course
Here are some basic projects for beginners
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.
Terminal-based password strength tester using Python and zxcvbn.
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.
A complete collection of Python practice questions with solutions from beginner to advanced, including OOP, functions and real-world mini projects.
A Python grade calculator with color-coded output - my first programming project