KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
GuessGame
★ 10
Open GitHub ↗
Simple Python Guess Game with PyAutoGUI
Download README (.md)
Explore Similar Repositories
Advent-Of-Coalton-2022
:
No description available.
.github
:
Hosts public GH organization profile
unlock-subscribe
:
Build a simple on-chain subscription model into your app using the Lock contract by Unlock
music-player
:
Desktop Electron app for playing and downloading music.
sway-by-example
:
Examples of Sway programs
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
GuessGame
?
Download (.md)
# GuessGame Simple Python Guess Game with PyAutoGUI # Clone ```bash git clone https://github.com/Kourva/GuessGame && cd GuessGame ``` # Requirements #### Tkinter + pacman ```bash sudo pacman -Sy tk ``` + apt ```bash sudo apt-get install tk ``` #### PyAutoGui ```bash python3 -m pip install PyAutoGUI ``` # Run The Game ```bash python3 GuessGame.py ``` # Reset Score To reset the score just run **Reset-Score.py** ```bash python3 Reset-Scores.py ```