ElLorans / Best-MTG-Deck

Website that takes list of cards as an input and shows how much you should spend to build every MTG Tier deck. Support for MTGA included.
https://bestdeckforyou.pythonanywhere.com/
Apache License 2.0
26 stars 2 forks source link

Fixed issue #14 #15

Closed Badboy-16 closed 3 years ago

Badboy-16 commented 3 years ago

Fixed issue #14

This solution is from a workaround method provided by Python's official docs page which uses regular expressions. https://docs.python.org/3/library/stdtypes.html#str.title

ElLorans commented 3 years ago

Thank you so much!