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.
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
# On Windows
py -m venv venv
venv\Scripts\activate
# On macOS/Linux
py -m venv venv
source venv/bin/activate
Linux:
pip install -r requirements.txt
Windows
py -m pip install -r requirements.txt
Run the main script using the following command:
py main.py
or
python main.py
To generate the .exe file for Windows, you can use the generate-exe.py
script. Just run the following command:
py generate-exe.py