Pizza Delivery is a Python script you can use to make an order from Domino's without a web browser. I got the idea from a YouTube video and used the pizzapi python wrapper.
I recommend using virtualenv to create a virtual environment for the project.
python3 -m virtualenv venv
source venv/bin/activateUse pip to install necessary packages.
pip install -r requirements.txtpython3 order_pizza.py