A web application to manage your Magic: The Gathering card collection with data from Scryfall's API.
- 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
- Create a virtual environment:
python -m venv venv
source venv/bin/activate # On Linux/Mac- Install dependencies:
pip install -r requirements.txt- Run the application:
python app.py- Open your browser to
http://localhost:5000
- 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