Skip to content

Commit 0450957

Browse files
Readme
1 parent b5213f4 commit 0450957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ I was browsing /r/dailyprogrammer on Reddit one day, and attempted one of the [d
44
Seeing that baffled me at first sight, but after reading [/u/ntxhhf's breakdown](https://www.reddit.com/r/dailyprogrammer/comments/2ao99p/7142014_challenge_171_easy_hex_to_8x8_bitmap/ciza4c9/) of his code, I was inspired to make my own code obfuscator for Python using the ideas in his post.
55

66
## Usage
7-
```$ python obfuscator.py inputfile outputfile
7+
``` $ python obfuscator.py inputfile outputfile
88
```
99

1010
## Examples
@@ -26,7 +26,7 @@ print(_______)
2626
There are two ways the parser can encrypt strings. The first way is with hex strings, and the other using the number encoding method above.
2727

2828
Input:
29-
```print("Hello World!")
29+
``` print("Hello World!")
3030
```
3131

3232
Hex Strings:

0 commit comments

Comments
 (0)