new version

This commit is contained in:
Vincent Hanewinkel
2026-03-30 15:05:10 +02:00
parent 8ab830b5b5
commit 8c57067346
8 changed files with 491 additions and 0 deletions

11
v1.0/README.md Normal file
View File

@@ -0,0 +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`