Automatically reads information from the produtos.csv file and writes it to the website.
-
Clone the repository:
git clone https://github.com/bysedd/PowerUp.git
-
Install the dependencies:
pip install -r requirements.txt
-
Run the main script:
python main.py
- Open the produtos.csv file and add the products you want to write to the website.
- Ensure that the file is in the correct format, with each product on a 3.separate line and each attribute in a column separated by commas.
- Run the main script.