Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 732 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 732 Bytes

Training Card Price Finder

A Python program that takes a list of yu-gi-oh card ids and returns the market price of each card along with the name, id, rarity, and total amount.

Requirements

  • Python >=3.7

Setup/Installation

  1. Fork/Clone the repository git clone https://github.com/Dkirk25/card-price-finder.git
  2. pip install -r requirements.txt
  3. Add list of card id to 'cards.txt'
  4. On mac, You might have to set 'OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES' in env
  5. Test run your project locally with python main.py

Integrations

PIP Modules

View the [requirements.txt]https://github.com/Dkirk25/card-price-finder/blob/main/requirements.txt