README.md aktualisiert

This commit is contained in:
Winz 2025-11-26 12:34:03 +01:00
parent 193a05b4d5
commit 8ab830b5b5

View File

@ -1,3 +1,11 @@
# OTP-Viewer
Software die für ein OPT-Token die Code Generiert
### exe Exportieren
`pip install pyinstaller`
`pyinstaller --onefile --windowed --icon=otp-icon.ico --add-data "otp-icon.ico;." OtpViewer.py`