Skip to content

adelsonguimaraes/food_tycoon_bot

Repository files navigation

Food Tycoon Bot 🍩☕

Automation with Python

A simple python application made as a way of studying and solving a personal problem.

Original Game

https://foodtycoon.frvr.com/

Badges

MIT License

Installation

Install python3 to use the library

Create the Virtual Env Python

python3 -m venv /path/to/new/virtual/environment

Activate the venv (Linux)

venv\bin\activate

Activate the venv (Windows)

venv\Scripts\activate.bat

Whith python installed use the commands to install the libraries

pip3 install -r requirements.txt

Running

Open the game in your browser and finish all tutorial

https://foodtycoon.frvr.com/

Run the command considering the path where you saved the project and open game in main screeen maximized

python3 app.py

Important

Important points for the correct functioning of the application

  • Have browser running on your main screen maximized

Created by

About

automação para o jogo food tycoon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages