Skip to content

Google Chrome offline game (T Rex) bot using Python.

Notifications You must be signed in to change notification settings

arsho/t_rex_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Chrome offline game (T Rex) bot using Python.

You need to turn off your internet connection to run this program.

How to use

  • I prefer using Virtual environment to play with new libraries and packages so that my core packages remain unharmed. Create and activate virtual environment:
python3 -m venv venv
source venv/bin/activate
  • Install necessary packages:
pip install -r requirements.txt
  • Ubuntu users should install scrot which is required to run the program:
sudo apt-get install scrot

If any error occurs add --fix-missing:

sudo apt-get install scrot -y --fix-missing
  • Run the program:
python t_rex_bot.py

(Optional)Running Python code using IDLE3 in Virtual Environment

To run IDLE3 while venv is activated use the following command. Then browse and open the file using idle3.

	(venv)$ python -m idlelib.idle

References

Disclaimer: This application is still in development phase.

About

Google Chrome offline game (T Rex) bot using Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages