A blackjack app that replaces chips and currency—but you still play with real cards. I created it because I don’t always want to lug my poker case around, but I also don’t want to give up the feel of physical cards. It’s basically a hybrid solution. Made with python and streamlit.
To run:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run main.py
Streamlit - The core part of this program