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 46752a4 commit 0fe0832Copy full SHA for 0fe0832
README.md
@@ -1,6 +1,6 @@
1
# Simple-Python-Encoder-Decoder
2
3
-To create your own exe file for Windows:
+You can run the simple_encoder_decoder.py directly with Python or create your own exe file for Windows:
4
```
5
pip install pyinstaller
6
pyinstaller --onefile cc:/your_path/simple_encoder_decoder.py
0 commit comments