We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16829d5 commit 46752a4Copy full SHA for 46752a4
README.md
@@ -1,3 +1,9 @@
1
# Simple-Python-Encoder-Decoder
2
3
+To create your own exe file for Windows:
4
+```
5
+pip install pyinstaller
6
+pyinstaller --onefile cc:/your_path/simple_encoder_decoder.py
7
8
+
9
<img width="627" height="388" alt="image" src="https://github.com/user-attachments/assets/77e5cd70-b50d-47b1-b278-9769f020d925" />
0 commit comments