About Β | Β Technologies Β | Β Requirements Β | Β Execution Β | Β License Β | Β Author
This project consists of a script for automating processes related to store sales indicators. It reads data from Excel and CSV files, performs data analysis and operations, and sends emails with the results.
pandas
: For data manipulation and analysis.pathlib
: For handling file and directory paths.smtplib
andemail.*
modules: For sending emails with the results.os
: For operating system-related operations.
-
Install Python:
- Visit Python Downloads and download the recommended version.
- Follow the installer instructions. Make sure to check the "Add Python to PATH" option during installation.
-
Install Jupyter Notebook:
-
Open the terminal or command prompt and run:
pip install jupyter
-
-
Install Required Libraries:
-
In the terminal or command prompt, install the necessary libraries for this project:
pip install pandas
-
The following tools were used in this project:
Before starting π, you need to have Git and Python installed.
-
Clone this repository or download the files.
-
Open Jupyter Notebook by navigating to the project directory and running:
jupyter notebook
-
In the browser, open the
Automacao de Processo.ipynb
file. -
Inside Jupyter Notebook, navigate to the cell you want to execute and press
Shift+Enter
. -
Follow the instructions in the markdown cells and execute the code cells in order.
Databases
: Contains the data files used for analysis.Backup Store Files
: Contains backups or files related to the stores.
This project is licensed under the MIT License. For more details, check the LICENSE file.
Made with β€οΈ by gsoaresdz
Β