Skip to content

santiariza15/YGO-Brick-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yu-Gi-Oh! Brick Calculator

Try the calculator by uploading your deck in a ydk format: https://ygo-brick-calculator.streamlitapp.com/

Run the application locally

Program requires Streamlit to run.

Install the requirements.txt and start the server.

pip install -r requirements.txt
streamlit run app.py