Generate Invoices from CSV file with Python - UpWork Job Solution — https://youtu.be/icvjtqoufMM (video on YouTube) Setup Python Virtual Environment python3 -m venv venv . venv/bin/activate pip install -r requirements.txt Running Script python automate.py file.csv or python automate.py