-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtesting.py
More file actions
41 lines (30 loc) · 1.7 KB
/
testing.py
File metadata and controls
41 lines (30 loc) · 1.7 KB
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
import PyUtls as main
from time import sleep as wait
import random
import shutil
import threading as thr
import sys
lines = 22
columns = shutil.get_terminal_size().columns
lines = int(round(shutil.get_terminal_size().lines/2, 0))
main.settings.logo = '''
██████╗░██╗░░░██╗░░░░░░██╗░░░██╗████████╗██╗██╗░░░░░░██████╗
██╔══██╗╚██╗░██╔╝░░░░░░██║░░░██║╚══██╔══╝██║██║░░░░░██╔════╝
██████╔╝░╚████╔╝░█████╗██║░░░██║░░░██║░░░██║██║░░░░░╚█████╗░
██╔═══╝░░░╚██╔╝░░╚════╝██║░░░██║░░░██║░░░██║██║░░░░░░╚═══██╗
██║░░░░░░░░██║░░░░░░░░░╚██████╔╝░░░██║░░░██║███████╗██████╔╝
╚═╝░░░░░░░░╚═╝░░░░░░░░░░╚═════╝░░░░╚═╝░░░╚═╝╚══════╝╚═════╝░'''
main.settings.centerLogo = True
main.settings.logoOnClear = True
main.settings.startmsg = 'Haram code'
main.projectDetails.owner = 'GS'
main.projectDetails.projectName = 'Py-Utils'
main.projectDetails.version = '0.0.2 - Beta'
def e():
main.bprint('elo')
# main.makeMenu(opt1=e, opt2=e, opt3=e)
# while True:
# main.bprint('test')
# wait(.1)
# main.startUp(True)
main.log('sexy')