Commit 6ecf7da 1 parent 87cccf7 commit 6ecf7da Copy full SHA for 6ecf7da
File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ Version 0.9.2
23
23
- Added some animal sounds.
24
24
- README.md is now drafted
25
25
- Uploading to test-PyPi
26
+ - Renaming package to py-lancer to avoid clash in PyPi
26
27
27
28
28
- Version 0.9.3 (TODO)
29
+ Version 1.0.0 (TODO)
29
30
===========
30
31
31
32
- test PyPi is working as expected.
Original file line number Diff line number Diff line change 1
1
# Lancer
2
2
Ever heard of Black? This is the opposite.
3
- A tool to turn your clean python code into a hideous mess.
3
+ A tool to turn your clean python code into a hideous (working) mess.
4
4
5
5
## Features
6
6
1 . Turn all comments into Pitbull lyrics 💃
7
- 2 . Turn all your variable names into a mixture of animal sounds and horribly similar looking characters like "bark_bark_0OO0O".
8
- 3 . Code still compiles after all these _ improvements_ ! 👷
7
+ 2 . Turn all your variable names into a mixture of animal sounds and horribly similar looking characters like "bark_bark_0OO0O". 🐶
8
+ 3 . Add irritating white spaces.
9
+ 4 . Code still compiles after all these _ improvements_ ! 👷
9
10
10
11
11
12
## Example
36
37
def quack_Il1Ι1l (squeak_squeak_IIΙΙlI: int , honk_honk_honk_aaαaα: int ) -> int :
37
38
38
39
# Bada bing, bada boom
39
- growl_growl_growl_ααaaα = squeak_squeak_IIΙΙlI + honk_honk_honk_aaαaα
40
+ growl_growl_growl_ααaaα= squeak_squeak_IIΙΙlI + honk_honk_honk_aaαaα
40
41
41
42
# Hey baby, givin' it your all when you're dancin' on me
42
43
return growl_growl_growl_ααaaα
You can’t perform that action at this time.
0 commit comments