lewisgibson / monopoly-go-bot

Automate playing Monopoly Go! using Python and Bluestacks.
47 stars 12 forks source link

Major updates to functionality and structure #17

Open brimdor opened 10 months ago

brimdor commented 10 months ago

Took a couple hours to make some changes to the overall code, structure, and image collection.

Originally it was not working when I attempted to use it. After these adjustments, seems to be working great. Use a powershell terminal to launch the command, 'python main.py'. It will escalate privileges and run in a separate window.

Many more notes in the commits can be reviewed if you decide to complete this pull request.

Also added a tool to update the requirements.txt versionings to current working ones if tests are successful.