diff --git a/README.md b/README.md index f3a0332..f49808f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # OTP-Viewer -Software die für ein OPT-Token die Code Generiert \ No newline at end of file +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` +