Skip to content

Commit ea900a0

Browse files
authoredOct 8, 2021
Create README.md
1 parent 60cb3ba commit ea900a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# formathack
2+
Python bytecode manipulation and import process customization to do evil stuff with format strings. Nasty!
3+
This is [an answer to a StackOverflow question](https://stackoverflow.com/questions/55876683/hook-into-the-builtin-python-f-string-format-machinery/69501391#69501391).
4+
5+
## Getting it to run
6+
```
7+
python3 -m venv venv
8+
venv/bin/pip install -r requirements.txt
9+
venv/bin/python -m main
10+
```

0 commit comments

Comments
 (0)
Please sign in to comment.