Skip to content

Gets card price and name and totals in a pandas dataframe (for Magic: The Gathering)

License

Notifications You must be signed in to change notification settings

F1nn1125/CardPricer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Gets card price and name and totals in a pandas dataframe (for Magic: The Gathering)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages