There are two methods to run the application:
-
1. Through the executable in the ./dist folder.
2. Running the entire project.
-
Clone or download this repository using the command
'git clone https://github.com/4x3l3r8/Excel-alert.git'
-
Open the terminal and navigate to the directory where the application is stored.
-
Create a virtual environment in the terminal using the command
'python3 -m venv venv'
This will create a virtual environment in the directory where the application is stored.
-
Activate the virtual environment using the command
'venv/Scripts/activate.bat'
-
Install the requirements using the command
'pip install -r requirements.txt'
-
Finally, run the application using the command
'python main.py'