Python-Projects
Python-Projects copied to clipboard
Basic Python projects, good first issue
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.
Improved Number Guessing Game: Added Difficulty Levels, Input Validation, and User-Friendly Messages
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...