Skip to content

JSRUV/Invoice-Auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invoice-Auto

SUMMARY

Created and documented a Python Script for Invoice Automation while working for Cisco AppDyanmics

*The following Excel Workbook and Word Document are not the original data for the project

**The following program runs similar to the original program

PYTHON

In the provided Python script, several libraries are used for different purposes. Here's a summary of the libraries and how to install them using pip:

  1. pathlib: This library is used for working with file paths and directories. It is part of the Python standard library, so you don't need to install it separately.

  2. pandas: Pandas is a powerful data manipulation and analysis library. It is used for reading Excel data into dataframes and for data formatting. You can install pandas using pip:

    pip install pandas
  3. docxtpl: The docxtpl library is used for rendering Word documents with data. You can install it with pip:

    pip install docxtpl
  4. babel: The babel library is used to format currency values. It's used for converting numeric values to currency format. You can install it with pip:

    pip install babel
  5. docx2pdf: This library is used for converting Word documents to PDF format. You can install it with pip:

    pip install docx2pdf

Before running the script, make sure you have these libraries installed in your Python environment. Use the provided pip install commands to install any missing libraries.

Excel # Word

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages