Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 721 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 721 Bytes

CardPricer

Gets MTG card price and name and totals in a pandas dataframe

The correct way to input multiple cards is by putting

[amount] [card name] [amount]

  • Note that you can put the amount either in before or after


Pulls latest pricing from scryfall using https://pypi.org/project/sf-price-fetcher/ library and totals the cards prices.

Converts Currency using https://pypi.org/project/CurrencyConverter/ library (not live prices I'm pretty sure).

Feel free to contribute and fix up things, my code is the furtherest thing from perfect! I also do not intend to make this code user-friendly to read, be ready for jank.

This is just a personal project for myself that you're free to use as well!