Skip to content

Commit 46752a4

Browse files
authored
Update README.md
1 parent 16829d5 commit 46752a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Simple-Python-Encoder-Decoder
22

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+
39
<img width="627" height="388" alt="image" src="https://github.com/user-attachments/assets/77e5cd70-b50d-47b1-b278-9769f020d925" />

0 commit comments

Comments
 (0)