Releases: h9zdev/GeoSentinel
Releases · h9zdev/GeoSentinel
GeoSentinel AI windows 11
How to Use the EXE File on Windows
This guide explains how to run the app.exe file on Windows and configure the required environment variables.
Step 1: Create a .env File
- Open the folder where
app.exeis located and move .env to same location (download from https://github.com/h9zdev/GeoSentinel/blob/main/.env ) - After config of credential run app.exe
Download https://limewire.com/d/PbWyk#PpFQFoCETl
##How to convert to EXE
pip install pyinstaller
pyinstaller --onefile --add-data "templates:templates" --add-data "news_config.py:." --add-data "verify_search.py:." app-exe.py
- This command will create a dist folder inside it there will exe file .
- Move file desired location with .env file along other folder required as mentioned in README.md file