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

The idea is to create a tic-tac-toe game which is more modular and also has a computer vs player function

Expanded the documentation and added a readme file about features, how to play, install,etc in the readme file

The code does not check if the camera is accessed. Possible fix could be a method to check if the webcam was properly accessed or not and return an error...

#What does this Pull Request do #230 Unused import Removing the `datetime` package can reduce dependencies, streamline the code, and enhance readability by minimizing unnecessary complexity.

I enhanced the Number Guessing Game by adding multiple difficulty levels, improved input validation to handle invalid inputs, and made the game more user-friendly with clearer messages. These changes aim...

Adding a simple text-based blackjack game.

# Description: This pull request introduces a simple text-based Blackjack game written in Python. Players ("Y") compete against a dealer ("X"), following standard Blackjack rules (hit, stand, bust, etc.). ##...

Included blackjack game into assortment of games

This pull request introduces a camera access verification feature in the AI Attendance Program. The following changes have been made: Camera Accessibility Check: Added a check to verify if the...