Skip to content

merlinepedra/Invoice-generator-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Invoice-generator-python

  • A simple python program used to print invoices.

Dependencies

  • pyfiglet : The ASCII text can be used to display many stylish texts by using the module pyfiglet. coderatul pyfiglet git main commit

  • PrettyTable : PrettyTable is a Python library for generating simple ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. We can control many aspects of a table, such as the width of the column padding, the alignment of text, or the table border, We can sort data.

  • DateTime : Datetime module supplies classes to work with date and time.

Installation

  • First, make sure all the dependencies are met:
pip install pyfiglet prettytable datetime
  • Clone the repository to your system:
git clone https://github.com/MySTerY1747/invoice-generator-python.git
  • Next, cd into the program's directory:
cd invoice-generator-python/
  • Lastly, run the program using python:
python3 invoice\ generator.py

Author:

Contributors:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages