Skip to content

Releases: h9zdev/GeoSentinel

GeoSentinel AI windows 11

27 Feb 20:55
56714b2

Choose a tag to compare

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

  1. Open the folder where app.exe is located and move .env to same location (download from https://github.com/h9zdev/GeoSentinel/blob/main/.env )
  2. 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

  1. This command will create a dist folder inside it there will exe file .
  2. Move file desired location with .env file along other folder required as mentioned in README.md file