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 8540ad5 commit 98522baCopy full SHA for 98522ba
README.md
@@ -4,6 +4,9 @@ base64 encoder and decoder in python
4
## Usage
5
- Download the file
6
- Run it using `Python3 base.py` after cd-ing in the directory the python script is
7
+- select 1 for encoding or 2 for decoding
8
+- input the text
9
+- the program will spit out the base64 version
10
11
12
### Note
@@ -15,3 +18,5 @@ hopefully i don't have to say it but knowing what happened on the github reddit:
15
18
- execute the command i wrote in the usage section
16
19
17
20
have fun using it
21
+
22
+if you find any bugs post it in the issues tab, i'll probably won't fix quickly since i dont really often check github
0 commit comments