Skip to content

PedroNB10/app-integration-google-sheets-and-webscraping

Repository files navigation

Data Watcher App

Overview

Welcome to the Data Watcher App! This application is meticulously crafted to empower investors in making well-informed decisions regarding their stock investments. By harnessing a diverse range of parameters provided by the Stock Exchange, the app provides strategic insights into potential investment opportunities.

Requirements

You have to download the requirements that are on file requirements.txt using pip 24.1.2 and have Python 3.12.4 installed on your machine.

If you are having trouble to install pip on windows, run the file get-pip.py using:

$ py get-pip.py

1. Create and Activate Virtual Environment (Optional but recommended):

# On Windows
py -m venv venv
venv\Scripts\activate

# On macOS/Linux
py -m venv venv
source venv/bin/activate

2. Install Dependencies:

Linux:

pip install -r requirements.txt

Windows

py -m pip install -r requirements.txt

3. Usage

Run the main script using the following command:

py main.py 

or

python main.py 

4. Generate the .exe file for Windows

To generate the .exe file for Windows, you can use the generate-exe.py script. Just run the following command:

py generate-exe.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages