Skip to content

chad-oneal/invoice-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Invoice Generation

Author: Chad ONeal

This repo holds the PDFs created from excel spreadsheets using the Udemy Python Mega Course
___________________________________________________________________________________________________

To open the PDF(s):

  • Open PyCharm
  • Click New Project
  • Select directory/file location for repo to be cloned
  • Uncheck box for "Create a main.py welcome script"
  • Ensure the interpreter is set to python 3.11.7, if it is not, add this interpreter
  • Click Create
  • Once the New Project is created, open PyCharm terminal
  • if not already there, cd into .venv
  • In the .venv directory run git clone https://github.com/chad-oneal/invoice-generation.git
  • In Python Packages search bar, search for fpdf, click Install, choose version
  • In Python Packages search bar, search for pandas, click Install, choose version
  • In Python Packages search bar, search for openpyxl, click Install, choose version
  • Create a directory named 'PDFs' in the root of the newly created directory where the repo was cloned
  • Open main.py and then click run
  • Open PDF's directory and select a file or all of the files
  • See PDF(s) created from excel spreadsheets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages