12 lines
212 B
Markdown
12 lines
212 B
Markdown
# 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`
|
|
|