Skip to content

🧾 Let's automate Invoice generation from CSV file (@jakobowsky YouTube tutorial)

Notifications You must be signed in to change notification settings

Perepyolka/InvoiceAutomator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🧾 Let's automate Invoice generation from CSV file (@jakobowsky YouTube tutorial)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%