Skip to content

Repository files navigation

MTG Collection Manager

A web application to manage your Magic: The Gathering card collection with data from Scryfall's API.

Features

  • Store and view your card collection
  • Display card images from Scryfall
  • Sort cards by name, price, color, type, set, and more
  • Real-time pricing information
  • Search and filter your collection

Setup

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Linux/Mac
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python app.py
  1. Open your browser to http://localhost:5000

Usage

  • Click "Add Card" to search for cards using Scryfall's database
  • Cards in your collection will display with current pricing
  • Use sorting and filtering options to organize your view
  • Click on cards for detailed information

About

A web app I worked with Claude 4.5 to create. Wanted to try out AI assisted software development and was pleasantly surprised.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages