Google Chrome offline game (T Rex) bot using Python. **You need to turn off your internet connection to run this program.**
I prefer using Virtual environment to play with new libraries and packages so that my core packages remain unharmed. To use this in virtual environment open a terminal (I am using Ubuntu 15.04 and Python3) and follow the steps.
-
Create and activate
virtualenv
(Virtual Environment) withPython3
:$ virtualenv -p python3 venv $ source venv/bin/activate
-
Install necesarry packages inside the
virtualenv
:(venv)$ pip install pyautogui
To run IDLE3 while venv
is activated use the following command. Then browse and open the file using idle3
.
(venv)$ python -m idlelib.idle
- Run t_rex_bot.py.
- Sit tight, bot will start playing!