Skip to content

4x3l3r8/Excel-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel-Alert

Description

This is a simple application that notifies you about the value of data that is stored in a certain Excel file. (Windows OS Only)



Running the Application

There are two methods to run the application:

    1. Through the executable in the ./dist folder.
    2. Running the entire project.

Setting up the project environment

  • 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'