Skip to content

ongraphpythondev/AddProductInvoice_Epsilonnet_Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Add items and client

This bot creates the invoice for each client of EpsilonNet. I have implemented the "add product" method and "add client" method based on certain conditions. It adds the given product to the invoices and sets the quantity and price of every product.

Setup environment(ubuntu)

python3.11 -m venv venv

Activate the environment

source venv/bin/activate

Install requirements

pip install -r requirements.txt

Run the main.py file

python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages