An open API service indexing awesome lists of open source software.

https://github.com/sumitgirwal/dino-game-automate-python

A Chrome Passing Time Game Automated Into Python Using Image Processing.
https://github.com/sumitgirwal/dino-game-automate-python

automation pillow pyautogui python3 pythonautomation

Last synced: 14 days ago
JSON representation

A Chrome Passing Time Game Automated Into Python Using Image Processing.

Awesome Lists containing this project

README

          

# Dino Game - Automate Python

The chrome dino game is pretty cool :upside_down_face:, right.
but at some point we lose.
Like it has to :stuck_out_tongue_closed_eyes: Don't worry I got you.
In this Python Script using `pyautogui` and `Pillow` library.
We can automate the dino game.

#### Built With
- Python
- Pyautogui
- Pillow

#### Setup
- Install packages `pip install -r requirements.txt`
- Start app `python main.py`
- Hit it on browser `http://127.0.0.1:8000/`

#### To Start playing, there are such steps :
- Open google chrome
- Hit the url `chrome://dino/` and `press space to start`
- Run command `python main.py`
- After python script open chrome

#### Output
![Start](https://user-images.githubusercontent.com/64283478/114218195-bb2eb580-9986-11eb-9dd6-4d027b141050.PNG)