Skip to content

oliverbrace/card_reader

Repository files navigation


Oliver John Brace

YuGiHo Card reader

About The Project

This project was created to help me increase my Python programming skills, while also providing a useful tool for selling my YuGiHo playing cards. The application utilizes OpenCV and pytesseract to detect and read the text from the cards, while also looking up the appropriate pricing information online. This enables an automated process of organizing and pricing my collection without manually having to check each card.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Install the necessary packages and libraries as outlined in the req.txt file. Additionally, you may need to install other packages or dependencies depending on your operating system.

(back to top)

Installation

Install packages in requirements.txt

pip install -r req.txt

(back to top)

Usage

This application can be used to quickly and easily organize and price YuGiHo card collections.

To use the application, follow the steps below:

  1. Place a card in front of the camera.
  2. The application will detect the card and use pytesseract to read the text.
  3. A search will be conducted to find the best match of the found text.
  4. Using the match, the application will look up the price of the card.
  5. The card's information will be added to a CSV file.

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages