Utilisez les bases de Python pour l'analyse de marché
This project consists of two Python scripts for web scraping book information from the website "books.toscrape.com."
The main script, main.py
, scrapes book details and stores them in a CSV file.
You need to have python 3.9 installed on your computer : https://www.python.org/downloads/
Then clone the repository
git clone https://github.com/Razvan-drb/Projet_02_OCR.git
Run
sudo apt install python3.10-venv
python3 -m venv .venv
to install the virtual environment and then
source .venv/bin/activate
Before running the scripts, make sure you have the necessary Python packages installed. You can install them using the following command:
pip install -r requirements.txt
Run
python3 main.py
To execute the program
[Razvan DARABAN]
Feel free to modify and expand this README.md
to include any additional information, acknowledgments, or
specific usage instructions relevant to your project.