marvel-snap-bot

(β˜… 118)

A computer vision bot made with OpenCV and ADB.

  • .gitignore
  • clear_tmp.py
  • config.py
  • cp_calc.py
  • cp_list.py
  • detect_py_autogui.py
  • field_cards.py
  • field_list.py
  • fields.py
  • hand_cards.py
  • hand_cards_1.png
  • hand_cards_number.py
  • info.py
  • mana.py
  • print_fields.py
  • print_hand_cards.py
  • print_turn.py
  • README.md
  • requirements.txt
  • start.py
  • start_agatha.py
  • start_auto_concede.py
  • turn.py

# Installation Guide

1. Get the code
git clone https://github.com/AdriaGual/marvel-snap-bot

Downloads the entire project code from GitHub to your computer.

cd marvel-snap-bot

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
$ pip install -r requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

<img src="https://badgen.net/pypi/license/pip">

Type this command into your terminal and run it.

βœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation