git clone https://github.com/phruut/s7ns-chestraid
cd s7ns-chestraid
python -m pip install -r requirements.txt
Note
i only tested it with python 3.11 on windows lol
and then you can run it with
python main.py
pyinstaller --onefile --windowed --icon=s7ns.ico main.py