most-original-python-lib 0.0.1b0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,218 @@
1
+ import random
2
+ import webbrowser
3
+ import time
4
+ from tkinter import messagebox
5
+ __version__ = "0.0.1-Beta"
6
+ Turn = 0
7
+
8
+
9
+ def HolyMinigun(BULLETS):
10
+ if(len(BULLETS) > 5):
11
+ print("Oh no! You need using every bullets (5)")
12
+ elif (len(BULLETS) < 5):
13
+ print("Oh no! You use more bullets than you give (5)")
14
+ else:
15
+ print(""
16
+ f"----------------------- {BULLETS[0]} {BULLETS[1]} {BULLETS[2]} {BULLETS[3]} {BULLETS[4]} {BULLETS[5]}"
17
+ f"0000000000000------"
18
+ f"0000000000000---"
19
+ f"0000000000000---"
20
+ f" 0 0"
21
+ f" 0 0"
22
+ f" 0 0")
23
+
24
+
25
+ import random
26
+ import time
27
+
28
+
29
+ def Fight(Person1, Person2):
30
+ Turn = 1
31
+
32
+ print(" /-------------------------------------------------/"
33
+ " / In One Day... /"
34
+ " / IN ONE TIME /"
35
+ f" / Walking {Person1.name} /"
36
+ f" / & Walking {Person2.name} /"
37
+ f" / {Person1.name}: Your mom is fat! /"
38
+ f"/ What you say? : {Person2.name} /"
39
+ "/_________________________________________________/")
40
+ time.sleep(1)
41
+ print("3")
42
+ time.sleep(1)
43
+ print("2")
44
+ time.sleep(1)
45
+ print("1")
46
+ time.sleep(0.5)
47
+ print("FIGHT!")
48
+
49
+ while Person1.HP > 0 and Person2.HP > 0:
50
+ time.sleep(1)
51
+
52
+ if Turn == 1:
53
+ if Person1.ClassLoser:
54
+ RandAttack = random.randrange(0, 2)
55
+ if RandAttack >= 1:
56
+ RandDamage = random.randrange(0, 5)
57
+ Person2.HP -= RandDamage
58
+ print(f"{Person1.name}: Yo-yo-yo-yuo-you-your m-m-mm-mmm-mo-mm i-ii-iii-ss ff-ffff-fff-at")
59
+ else:
60
+ RandDamage = random.randrange(0, 3)
61
+ Person2.HP -= RandDamage
62
+ print(f"{Person1.name}: S-sss-ssssu-uuu-uccc-kkk mmmmm-mm-m-me")
63
+ if Person1.ClassRapper:
64
+ RandAttack = random.randrange(0, 3)
65
+ if RandAttack >= 1:
66
+ RandDamage = random.randrange(0, 10)
67
+ Person2.HP -= RandDamage
68
+ print(f"{Person1.name}: Yo-yo-yo, yo-yo-yo-yo, ur-ur-ur-ur, mom is fat, dad is fat, u is fat,"
69
+ f"I F**k ur mother, F**k ur father, F**k you and you family!"
70
+ f"You are like a sh*t, Oh, i forget,"
71
+ f"YOU SH*T"
72
+ f"SH*T, SH*T, Hey m*********** press alt+F4")
73
+ elif RandAttack == 1:
74
+ RandDamage = random.randrange(0, 5)
75
+ Person2.HP -= RandDamage
76
+ print(f"{Person1.name}: Ur mum is s*xy")
77
+ else:
78
+ RandDamage = random.randrange(0, 15)
79
+ Person2.HP -= RandDamage
80
+ print(f"{Person1.name}: Suck me, m***********, be looooser"
81
+ f"just press alt+F4"
82
+ f"Loseeeeeeeeeeeeeeer"
83
+ f"I like your mom, she is s*xy"
84
+ f"Loseeeeeeeeeeeeeeer"
85
+ f"Oh, I forget, not she, need sey he! Your dad is"
86
+ f"G*******************************************y")
87
+ if Person1.ClassTeacher:
88
+ RandAttack = random.randrange(0, 3)
89
+ if RandAttack >= 1:
90
+ RandDamage = random.randrange(0, 17)
91
+ Person2.HP -= RandDamage
92
+ print(f"{Person1.name}: Are you know? IF YOU DONT KNOW MATH THEN YOU DIEEEEEEEEEE")
93
+ elif RandAttack == 1:
94
+ RandDamage = random.randrange(0, 5)
95
+ Person2.HP -= RandDamage
96
+ print(f"{Person1.name}: Say me result of {RandDamage / 2} + {RandDamage / 2}")
97
+ else:
98
+ RandDamage = random.randrange(0, 15)
99
+ Person2.HP -= RandDamage
100
+ print(f"{Person1.name}: ARE YOU DONT FORGET MAKE THE HOMEWORK?")
101
+ if Person1.ClassBro:
102
+ RandAttack = random.randrange(0, 3)
103
+ if RandAttack >= 1:
104
+ RandDamage = random.randrange(0, 17)
105
+ Person2.HP -= RandDamage
106
+ print(f"{Person1.name}: Im add some mods to minecraft ok?")
107
+ elif RandAttack == 1:
108
+ RandDamage = random.randrange(0, 5)
109
+ Person2.HP -= RandDamage
110
+ print(f"{Person1.name}: PLS, can u give me a homework?")
111
+ else:
112
+ RandDamage = random.randrange(0, 15)
113
+ Person2.HP -= RandDamage
114
+ print(f"{Person1.name}: *sending a {random.randrange(0, 100000000000000000000000)}th tiktok video*")
115
+
116
+ Turn = 2
117
+
118
+ else:
119
+ if Person2.ClassLoser:
120
+ RandAttack = random.randrange(0, 2)
121
+ if RandAttack >= 1:
122
+ RandDamage = random.randrange(0, 5)
123
+ Person1.HP -= RandDamage
124
+ print(f"{Person2.name}: Yo-yo-yo-yuo-you-your m-m-mm-mmm-mo-mm i-ii-iii-ss ff-ffff-fff-at")
125
+ else:
126
+ RandDamage = random.randrange(0, 3)
127
+ Person1.HP -= RandDamage
128
+ print(f"{Person2.name}: S-sss-ssssu-uuu-uccc-kkk mmmmm-mm-m-me")
129
+ if Person2.ClassRapper:
130
+ RandAttack = random.randrange(0, 3)
131
+ if RandAttack >= 1:
132
+ RandDamage = random.randrange(0, 10)
133
+ Person1.HP -= RandDamage
134
+ print(f"{Person2.name}: Yo-yo-yo, yo-yo-yo-yo, ur-ur-ur-ur, mom is fat, dad is fat, u is fat,"
135
+ f"I F**k ur mother, F**k ur father, F**k you and you family!"
136
+ f"You are like a sh*t, Oh, i forget,"
137
+ f"YOU SH*T"
138
+ f"SH*T, SH*T, Hey m*********** press alt+F4")
139
+ elif RandAttack == 1:
140
+ RandDamage = random.randrange(0, 5)
141
+ Person1.HP -= RandDamage
142
+ print(f"{Person2.name}: Ur mum is s*xy")
143
+ else:
144
+ RandDamage = random.randrange(0, 15)
145
+ Person1.HP -= RandDamage
146
+ print(f"{Person2.name}: Suck me, m***********, be looooser"
147
+ f"just press alt+F4"
148
+ f"Loseeeeeeeeeeeeeeer"
149
+ f"I like your mom, she is s*xy"
150
+ f"Loseeeeeeeeeeeeeeer"
151
+ f"Oh, I forget, not she, need sey he! Your dad is"
152
+ f"G*******************************************y")
153
+ if Person2.ClassTeacher:
154
+ RandAttack = random.randrange(0, 3)
155
+ if RandAttack >= 1:
156
+ RandDamage = random.randrange(0, 17)
157
+ Person1.HP -= RandDamage
158
+ print(f"{Person2.name}: Are you know? IF YOU DONT KNOW MATH THEN YOU DIEEEEEEEEEE")
159
+ elif RandAttack == 1:
160
+ RandDamage = random.randrange(0, 5)
161
+ Person1.HP -= RandDamage
162
+ print(f"{Person2.name}: Say me result of {RandDamage / 2} + {RandDamage / 2}")
163
+ else:
164
+ RandDamage = random.randrange(0, 15)
165
+ Person1.HP -= RandDamage
166
+ print(f"{Person2.name}: ARE YOU DONT FORGET MAKE THE HOMEWORK?")
167
+ if Person2.ClassBro:
168
+ RandAttack = random.randrange(0, 3)
169
+ if RandAttack >= 1:
170
+ RandDamage = random.randrange(0, 17)
171
+ Person1.HP -= RandDamage
172
+ print(f"{Person2.name}: Im add some mods to minecraft ok?")
173
+ elif RandAttack == 1:
174
+ RandDamage = random.randrange(0, 5)
175
+ Person1.HP -= RandDamage
176
+ print(f"{Person2.name}: PLS, can u give me a homework?")
177
+ else:
178
+ RandDamage = random.randrange(0, 15)
179
+ Person1.HP -= RandDamage
180
+ print(f"{Person2.name}: *sending a {random.randrange(0, 100000000000000000000000)}th tiktok video*")
181
+
182
+ Turn = 1
183
+
184
+ if Person1.HP <= 0:
185
+ print(f"\n{Person2.name} WINS!")
186
+ else:
187
+ print(f"\n{Person1.name} WINS!")
188
+
189
+ class Personn():
190
+ def __init__(self, name, ClassLoser, ClassRapper, ClassTeacher, ClassBro, HP):
191
+ self.name = name
192
+ self.HP = HP
193
+ self.ClassLoser = ClassLoser
194
+ self.ClassRapper = ClassRapper
195
+ self.ClassTeacher = ClassTeacher
196
+ self.ClassBro = ClassBro
197
+
198
+ def Nothing():
199
+ pass
200
+
201
+ def InfinityNothing():
202
+ while(True):
203
+ pass
204
+
205
+ def Eggs():
206
+ EggsEgss = "Eggs"
207
+ while(True):
208
+ messagebox.showinfo("EggsEgssEggs", EggsEgss)
209
+
210
+ def ElonMusk():
211
+ webbrowser.open_new("https://www.google.com/search?q=When+elon+musk+nuked+the+mars&rlz=1C1PNFE_en__1209__1212&oq=When+elon+musk+nuked+the+mars&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIJCAEQIRgKGKABMgkIAhAhGAoYoAHSAQoxNjk4NGowajE1qAIIsAIB8QVjxTmiNhtffA&sourceid=chrome&ie=UTF-8")
212
+
213
+ def HackTheElonMusk():
214
+ webbrowser.open_new("https://www.youtube.com/watch?v=dQw4w9WgXcQ")
215
+
216
+ def yo():
217
+ print("yo")
218
+ yo()
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: most-original-python-lib
3
+ Version: 0.0.1b0
4
+ Summary: fart, fart, open, sit, sit, close
5
+ Author: DPD
6
+ Requires-Python: >=3.6
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: most-original-python-lib
3
+ Version: 0.0.1b0
4
+ Summary: fart, fart, open, sit, sit, close
5
+ Author: DPD
6
+ Requires-Python: >=3.6
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ MOPL/__init__.py
3
+ most_original_python_lib.egg-info/PKG-INFO
4
+ most_original_python_lib.egg-info/SOURCES.txt
5
+ most_original_python_lib.egg-info/dependency_links.txt
6
+ most_original_python_lib.egg-info/top_level.txt
@@ -0,0 +1,16 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "most-original-python-lib"
7
+ version = "0.0.1b"
8
+ description = "fart, fart, open, sit, sit, close"
9
+ authors = [
10
+ {name = "DPD"}
11
+ ]
12
+ requires-python = ">=3.6"
13
+
14
+ [tool.setuptools.packages.find]
15
+ where = ["."]
16
+ include = ["MOPL*"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+