Python-Projects icon indicating copy to clipboard operation
Python-Projects copied to clipboard

Basic Python projects, good first issue

Results 159 Python-Projects issues
Sort by recently updated
recently updated
newest added

wrote a short script that accepts an English sentence as an input and prints the sentence translated to the standard galactic alphabet. Also includes a README.md file

This is my first pull request, thank you for this opportunity.

# Improve Code Documentation for Card System ## Description This PR enhances the documentation of our banking app codebase. It adds comprehensive docstrings, inline comments, and improves overall code readability...

This PR introduces limits for the movement of the car, ensuring that it does not leave the screen or the road of the video game.

Project Description: Lab Component Inventory Voice Assistant This Python-based voice assistant helps users check the availability of components in a lab by responding to voice commands. The project utilizes several...

-Simplified CSV file handling by opening the file in append mode to ensure it is created if it does not exist. - Added error handling for face encoding to catch...

Added a blackjack game. Fixes Shahrayar123/Python-Projects#251

### QR Code Generator - UI Enhancement and Organized QR Code Saving **Key Improvements :** 1. Enhanced UI : Redesigned for a cleaner, modern look with improved font styles, colors,...