-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
tools.py
82 lines (79 loc) · 2.59 KB
/
tools.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
from random import choice
def chooseQuotes():
q = [
'FIRST!111!!!11!!1!1',
'Heya~',
'Mewo',
'Made with love and sulfuric acid',
'Powered by nuclear energy',
'See? I have the sun!',
'A story, like thousands other stories',
'you found me. Why?',
'Fish!',
'So you woke up in an unfamiliar, dark location?',
'p a n c a k e s',
'You only have one shot',
'Hey guys...',
'GEOMETRY DASH REFERENCE?!?!??!',
'Send dolors or explod',
'Just the two of us',
'We can make it if we try',
'Fries are really yummy',
'Rule number 43: No edging',
'As seen on wired',
'Softpedia certified',
'Thanks for the support!',
'l lI ll l_',
'Also try revanced',
'Over 100k downloads',
'eXplod',
'Welcome, friend',
'Welcome to NGINX!',
'Yippee',
'As seen on notrodan',
'My cabron monoxied alamr boke',
'LiveLeak',
'Elon musk is really not a good person',
'Spoinkbub',
'BIG MEN',
'** siggy **',
'I ransomeware',
'Hey, how do I unzip a RAR file??',
'TWITTER, TWITTER FOR ANDROID',
'How to become shrigma male tutorial | RAREST MALE TYPE!?',
'Trans right!',
'WhyCantITypeSpaces',
'explod thabks',
'tetris moment',
'I identify as kilometers per second because I want to km/s',
'WhatDoYouMeanShellShattered?!',
'Cancelled.',
':trolley:',
'luftvärnskanonvagn',
'No bobucks?',
'UwU. *Steals your toast*',
'A new update is available!',
'509gb',
'FREE BOBUX GENERATOR!?!?!',
'sorry can\'t help it just a scorpio',
'"bitch" -@danilwhale',
'"amogus" -@martinishere',
'"xtooblox made me pregnant" -@editdev',
'"basketmball" [email protected]',
'UEE 😭🥺💧Eu💧 💧 E E 😭😭 E EUE 🥺🥺😭 UUUU 😭🥺💧🥺😭ue💧 ee😭🥺💧 ue🥺 e e e😭. e💧🥺😭Uueuuue.',
'polugon dunute >:3',
'spotify album 2gANfR09MoBGPXKqYPTGw7'
'Hi I have a Pixel 4a grapheneos and I need to make Discord most privacy friendly and secure as...',
'Hey Ya!',
'"do not consider doing web dev it is not worth it" - @jenku',
"PREPARE THYSELF",
"THY END IS NOW"
]
return(choice(q))
footers = ["H - Help", "^C - Exit", "N/B - Pages"]
columns = [
['bamboozled', "code", "broke", "down"],
[["d", "Debloat"], ["t", "Tweaks"], ["c", "Cleaning"], ["a", "Apps"]],
[["l", "Linux"], ["w", "Windows"], ["m", "OS Mods"], ["a", "Apps"]],
[["l", "Minecraft Launchers"], ["g", "Game Launchers"], ["r", "Redists"], ["a", "Apps"]]
]