tbs Ticket Board System Hacking Setup a virtual environment $ python3 -m venv .venv $ source .venv/bin/activate Install the dependencies $ pip install -r requirements.txt Run the script $ python tbs.py