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 aa7733c commit 76e4943Copy full SHA for 76e4943
README.md
@@ -6,7 +6,7 @@ This is a simple Python tool to encode/decode your passwords, private keys etc.
6
You can run the simple_encoder_decoder.py directly with Python or create your own exe file for Windows/Linux/Mac:
7
```
8
pip install pyinstaller
9
-pyinstaller --onefile cc:/your_path/simple_encoder_decoder.py
+pyinstaller --onefile c:/your_path/simple_encoder_decoder.py
10
11
12
There are 3 main functions which you can use in your projects to encode/decode texts:
0 commit comments