Skip to content

Commit a7ec6dd

Browse files
committed
Arranged files
1 parent eab9666 commit a7ec6dd

4 files changed

Lines changed: 112 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.vscode/
22
__pycache__/
3-
data/
3+
csvData/
44
dist/
55
PyProfane.egg-info/
66
PyProfane_v1.0.0.egg-info/

PyProfane/data/comments.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
you're a piece of shit
2+
fucking whore
3+
why you such a cumslut
4+
an online whore
5+
fucking wanker
6+
hey, hope you do great!
7+
sluttyyyy whoreeee
8+
wear a dress

PyProfane/data/swearWords.txt

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
anal
2+
anus
3+
arse
4+
ass
5+
ballsack
6+
balls
7+
bastard
8+
bitch
9+
biatch
10+
bloody
11+
blowjob
12+
bollock
13+
bollok
14+
boner
15+
boob
16+
bugger
17+
bum
18+
bullcrap
19+
bullshit
20+
butt
21+
buttplug
22+
clitoris
23+
clit
24+
cock
25+
coon
26+
crap
27+
cunt
28+
damn
29+
dick
30+
dildo
31+
dyke
32+
fag
33+
feck
34+
fellate
35+
fellatio
36+
felching
37+
fuck
38+
fuckface
39+
fudgepacker
40+
flange
41+
Goddamn
42+
hell
43+
homo
44+
jerk
45+
jizz
46+
knobend
47+
labia
48+
lmao
49+
lmfao
50+
muff
51+
nigger
52+
nigga
53+
penis
54+
piss
55+
poop
56+
prick
57+
pussy
58+
scrotum
59+
sex
60+
shit
61+
shithead
62+
slut
63+
slutty
64+
wanker
65+
smegma
66+
spunk
67+
tosser
68+
turd
69+
twat
70+
cumslut
71+
vagina
72+
wank
73+
whore
74+
cuntfucker
75+
shag
76+
dickweed
77+
asswhore
78+
titjob
79+
gangbang
80+
cuntlick
81+
horseshit
82+
dickless
83+
dammit
84+
negro
85+
negroes
86+
motherfucking
87+
cockblock
88+
asspacker
89+
orgy
90+
assfucker
91+
balllicker
92+
cocklover
93+
cocksucker
94+
dicksucker
95+
asshat
96+
meatbeatter
97+
camslut
98+
fuckbag
99+
mothafucka
100+
pussylover

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
longDescription = fileObj.read()
55

66
setuptools.setup(name="PyProfane-v1.0.0",
7-
packages=['PyProfane-v1.0.0'],
7+
packages=setuptools.find_packages(),
88
version="1.0.0",
99
author="Ieshaan Saxena",
1010
author_email="ieshaan1999@gmail.com",
@@ -13,7 +13,8 @@
1313
long_description_content_type="text/markdown",
1414
license="MIT",
1515
url="https://github.com/ieshaan12/PyProfane",
16-
download_url="https://github.com/ieshaan12/PyProfane/archive/v1.0.0.tar.gz",
16+
download_url="https://github.com/ieshaan12/PyProfane/archive/v1.0.1.tar.gz",
17+
package_data={'PyProfane': ['data/swearWords.txt', 'data/comments.txt']},
1718
classifiers=[
1819
"Development Status :: 3 - Alpha",
1920
"Natural Language :: English",

0 commit comments

Comments
 (0)