-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwizilog.py
818 lines (713 loc) · 32.8 KB
/
wizilog.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
############################################################################
## platform Wizilog framwork development programming
## Engineer Aryia Behroziuan
## GitHub: https://github.com/Aryia-behroziuan
## Website: https://aryia-behroziuan.github.io/web/
## Wizibox from qitSource inc https://aryia-behroziuan.github.io/about/
############################################################################
### importing
import time
import os
## Title (Company)
## Development run
version = 'v1.0.0'
# login User
print('\nLogin in Wizilog')
print('----------------------------')
builder = input(' Email address: ')
time.sleep(1)
print('\nHi Welcome to Wizibox\n Develop your user interface with this framework')
time.sleep(2)
os.system('cls' or 'clear')
# Color
class color:
blue = '\033[94m'
yell = '\033[93m'
end = '\033[0m'
# Program
for x in range(900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000):
mainroot = str(input(color.blue+ 'Wizibox@Wizi.so/-$ ' + color.end))
if mainroot == '-help':
file = open('help.txt', encoding="utf-8")
text = file.read()
print(text)
if mainroot == 'cls':
os.system('cls')
if mainroot == 'clear':
os.system('clear')
if mainroot == 'doc':
file = open('Document.txt', encoding="utf-8")
text = file.read()
print(text)
if mainroot == 'update':
print('installed Wizibox '+version)
print('Download the new update from the website'+color.yell+"'https://aryia-behroziuan.github.io/wizibox/'"+color.end)
if mainroot == 'version':
print('installed Wizibox '+version)
print('Apply to update the software from the front'+color.yell+"'update'"+color.end)
if mainroot == 'sys config':
os.system('ipconfig')
if mainroot == 'open codedoxs':
#Project Container Start Project
#Project For Creator Web Project Framwork
#Importing Programm
import sys
import os
import time
import platform
#Color
class Color:
CYAN = '\033[96m'
BLUE = '\033[94m'
GREEN = '\033[92m'
YELLOW = '\033[93m'
RED = '\033[91m'
#---END COLOR PRIGRAM
BOLD = '\033[1m'
UNDER = '\033[4m'
END = '\033[0m'
#Logo and Content for Run
print(' ')
print(' _ _____ _ _ ')
print(' ____ | | | | _ \ \\ // ')
print(' / __/ __ __| | __ | || \ \ __ \\// __')
print('| |__ /__\/_ | |/__\| ||_/ //__\ //\\ /__')
print(' \____\__/\__|_|\__ |_|___/ \__/// \\__/')
print(' CodeDoxs Framwork ')
print(' Verssion 1.0.0 ')
print(' Creator Aryia-Behroziuan ')
print(' web aryia-behroziuan.github.io/codedoxs')
print()
#Programm
#Input Data For Programm
url = input('[01]Enter URL(Full) New Project:')
NameProject = input('[02]Enter Name New Project:')
Document = input('[03]Enter Document Project:')
#Create Project
Createfile = str(url+NameProject)
os.mkdir(str(Createfile))
#Create index File
Createindex = str(url+NameProject+'\index.html')
index = open(str(Createindex), "a")
index.write("<html>")
index.write("\n <head><title>CodeDoxs</title></head>")
index.write("\n <body>\n <h1>Welcome To The CodeDoxs 1.0.0</h1>\n <a href='http://aryia-behroziuan.github.io/codedoxs/'>CodeDoxs-Web</a>\n <br/><a href='http://aryia-behroziuan.github.io/web/'>Web-Aryia Behroziuan</a>\n</body>")
index.write("\n</html>")
#Create Document Project
Createindex = str(url+NameProject+'\Document.txt')
maindocument = open(str(Createindex), "a")
maindocument.write("Document Project Dats Set")
maindocument.write("\n")
maindocument.write("\n")
maindocument.write("DataSet={")
maindocument.write("\n Name:"+NameProject+',')
maindocument.write("\n URL:"+url+' Localhost'+',')
maindocument.write("\n Document:"+Document+',')
time = time.localtime()
year = str(time.tm_year)
manth = str(time.tm_mon)
day = str(time.tm_mday)
maindocument.write("\n Year:"+year+',')
maindocument.write("\n creation project:"+manth+'/'+day+'/'+year+',')
maindocument.write("\n Languages:"+'HTML ,'+'Css ,'+'JS ,'+'Scss '+',')
namesys = str(platform.node())
sys = str(platform.platform())
v_python = str(platform.python_build())
compayler = str(platform.python_compiler())
platform1 = str(platform.release())
system = str(platform.system())
datasys = str(platform.uname())
maindocument.write("\n Creator:"+namesys+',')
maindocument.write("\n Version:"+v_python+',')
maindocument.write("\n Compiler:"+compayler+',')
maindocument.write("\n Platform:"+platform1+',')
maindocument.write("\n System:"+system+platform1+',')
maindocument.write("\n Data System:"+datasys+',')
maindocument.write("\n}")
maindocument.write("\n")
maindocument.write("CodeDoxs Version={")
maindocument.write("\n Version:"+'1.0.0'+',')
maindocument.write("\n Framwork:"+'CodeDoxs'+',')
maindocument.write("\n Programmer CodeDoxs:"+'Aryia-Behroziaun'+',')
maindocument.write("\n CodeDoxs-Web:"+'http://aryia-behroziaun.github.io/codedoxs/'+',')
maindocument.write("\n Aryia-Behroziuan-Web:"+'aryia-behroziaun.github.io/web/'+',')
maindocument.write("\n}")
#Create Config
Createconfig = str(url+NameProject+'\Confin')
os.mkdir(str(Createconfig))
#Create Pages
CreatePages = str(url+NameProject+'\Pages')
os.mkdir(str(CreatePages))
#Create css
Createcss = str(url+NameProject+'\css')
os.mkdir(str(Createcss))
#Create Config-image
Createimage = str(url+NameProject+'\images')
os.mkdir(str(Createimage))
#Create JS
CreateJS = str(url+NameProject+'\JS')
os.mkdir(str(CreateJS))
#Create Scss
Createscss = str(url+NameProject+'\Scss')
os.mkdir(str(Createscss))
#Create Vendor
CreateVendor = str(url+NameProject+'\VenDor')
os.mkdir(str(CreateVendor))
#Create Content For CSS
Createcss1 = str(url+NameProject+'\css'+'\main.css')
Createcss2 = open(str(Createcss1), "a")
#Create Content For JS
Createjs1 = str(url+NameProject+'\JS'+'\main.js')
Createjs2 = open(str(Createjs1), "a")
#Create Content For Scss
Createscss1 = str(url+NameProject+'\Scss'+'\_base.scss')
Createscss2 = open(str(Createscss1), "a")
Createscss3 = str(url+NameProject+'\Scss'+'\_components.scss')
Createscss4 = open(str(Createscss3), "a")
Createscss5 = str(url+NameProject+'\Scss'+'\_layouts.scss')
Createscss6 = open(str(Createscss5), "a")
Createscss7 = str(url+NameProject+'\Scss'+'\main.scss')
Createscss8 = open(str(Createscss7), "a")
if mainroot == 'open dexs':
#Project Container Start Project
#Project For Creator Web Project Framwork
#Importing Programm
import sys
import os
import time
import platform
#Color
class Color:
CYAN = '\033[96m'
BLUE = '\033[94m'
GREEN = '\033[92m'
YELLOW = '\033[93m'
RED = '\033[91m'
#---END COLOR PRIGRAM
BOLD = '\033[1m'
UNDER = '\033[4m'
END = '\033[0m'
#Logo and Content for Run
print(' Dexs Framwork ')
print(' Verssion 1.0.0 ')
print(' Creator Aryia-Behroziuan ')
print(' web aryia-behroziuan.github.io/codedoxs')
print()
Version = '1.0.0'
#Programm
#Input Data For Programm
url = input('[01] Enter URL(Full) New Project:')
NameProject = input('[02] Enter Name New Project:')
Document = input('[03] Enter Document Project:')
#Create Project
Createfile = str(url+NameProject)
os.mkdir(str(Createfile))
#Create index File
Create1 = str(url+NameProject+'\[01]_DataCollection_')
new = str(url+NameProject+'\[01]_DataCollection_'+'\_Result.txt')
new1 = str(url+NameProject+'\[01]_DataCollection_'+'\Mental-questions.txt')
os.mkdir(str(Create1))
open(str(new), "a")
open(str(new1), "a")
Create2 = str(url+NameProject+'\[02]_Select-Type-Attack_')
new2 = str(url+NameProject+'\[02]_Select-Type-Attack_'+'\_Result.txt')
new3 = str(url+NameProject+'\[02]_Select-Type-Attack_'+'\Mental-questions.txt')
os.mkdir(str(Create2))
open(str(new2), "a")
open(str(new3), "a")
Create3 = str(url+NameProject+'\[03]_Scan-and-review_')
new4 = str(url+NameProject+'\[03]_Scan-and-review_'+'\_Result.txt')
new5 = str(url+NameProject+'\[03]_Scan-and-review_'+'\Mental-questions.txt')
os.mkdir(str(Create3))
open(str(new4), "a")
open(str(new5), "a")
Create4 = str(url+NameProject+'\[04]_Scan-and-review_')
new6 = str(url+NameProject+'\[04]_Scan-and-review_'+'\_Result.txt')
new7 = str(url+NameProject+'\[04]_Scan-and-review_'+'\Mental-questions.txt')
os.mkdir(str(Create4))
open(str(new6), "a")
open(str(new7), "a")
Create5 = str(url+NameProject+'\[05]_Get-access_')
new8 = str(url+NameProject+'\[05]_Get-access_'+'\_Result.txt')
new9 = str(url+NameProject+'\[05]_Get-access_'+'\Mental-questions.txt')
os.mkdir(str(Create5))
open(str(new8), "a")
open(str(new9), "a")
Create6 = str(url+NameProject+'\[06]_Maintain-access_')
new10 = str(url+NameProject+'\[06]_Maintain-access_'+'\_Result.txt')
new11 = str(url+NameProject+'\[06]_Maintain-access_'+'\Mental-questions.txt')
os.mkdir(str(Create6))
open(str(new10), "a")
open(str(new11), "a")
Create7 = str(url+NameProject+'\[07]_analyze_')
new12 = str(url+NameProject+'\[07]_analyze_'+'\_Result.txt')
new13 = str(url+NameProject+'\[07]_analyze_'+'\Mental-questions.txt')
os.mkdir(str(Create7))
open(str(new12), "a")
open(str(new13), "a")
Create8 = str(url+NameProject+'\[08]_Security_')
new14 = str(url+NameProject+'\[08]_Security_'+'\_Result.txt')
new15 = str(url+NameProject+'\[08]_Security_'+'\Mental-questions.txt')
os.mkdir(str(Create8))
open(str(new14), "a")
open(str(new15), "a")
Createurls = str(url+NameProject+'\_URL_.html')
mainurls = open(str(Createurls), "a")
mainurls.write("Document URL Web Print URLS WebPage: Locslhost")
#Create Document Project
Createindex = str(url+NameProject+'\Document.txt')
maindocument = open(str(Createindex), "a")
maindocument.write("Document Project Dats Set")
maindocument.write("\n")
maindocument.write("\n")
maindocument.write("DataSet={")
maindocument.write("\n Name:"+NameProject+',')
maindocument.write("\n URL:"+url+' Localhost'+',')
maindocument.write("\n Document:"+Document+',')
time = time.localtime()
year = str(time.tm_year)
manth = str(time.tm_mon)
day = str(time.tm_mday)
maindocument.write("\n Year:"+year+',')
maindocument.write("\n creation project:"+manth+'/'+day+'/'+year+',')
namesys = str(platform.node())
sys = str(platform.platform())
v_python = str(platform.python_build())
compayler = str(platform.python_compiler())
platform1 = str(platform.release())
system = str(platform.system())
datasys = str(platform.uname())
maindocument.write("\n Creator:"+namesys+',')
maindocument.write("\n Version:"+v_python+',')
maindocument.write("\n Compiler:"+compayler+',')
maindocument.write("\n Platform:"+platform1+',')
maindocument.write("\n System:"+system+platform1+',')
maindocument.write("\n Data System:"+datasys+',')
maindocument.write("\n}")
maindocument.write("\n")
maindocument.write("Dexs Version={")
maindocument.write("\n Version:"+Version+',')
maindocument.write("\n Framwork:"+'Dexs'+',')
maindocument.write("\n Programmer CodeDoxs:"+'Aryia-Behroziaun'+',')
maindocument.write("\n Dexs-Web:"+'http://aryia-behroziaun.github.io/dexs/'+',')
maindocument.write("\n Aryia-Behroziuan-Web:"+'aryia-behroziaun.github.io/web/'+',')
maindocument.write("\n}")
if mainroot == 'open codedoxs doc':
#####################################################################################
# CodeDoxs Doc #
# INSTALLER File, Document, Librarys in Python #
# Programmer Aryia Behroziuan #
# Git Programmer: https://github.com/Aryia-Behroziuan #
# Site: https://aryia-behroziuan.github.io/web/ #
# CodeDoxs: https://aryia-behroziuan.github.io/codedoxs/ #
#####################################################################################
#importing
import os
import sys
# Title Logo
print(' ')
print(' _ _____ _ _ ')
print(' ____ | | | | _ \ \\ // ')
print(' / __/ __ __| | __ | || \ \ __ \\// __')
print('| |__ /__\/_ | |/__\| ||_/ //__\ //\\ /__')
print(' \____\__/\__|_|\__ |_|___/ \__/// \\__/')
print(' CodeDoxs Doc ')
print(' Verssion 1.0.1 ')
print(' Creator Aryia-Behroziuan ')
print(' web aryia-behroziuan.github.io/web/ ')
print(' web aryia-behroziuan.github.io/codedoxs/')
print()
# Servic
print('[01 INSTALL] Librarys General writing program')
print('[02 INSTALL] Librarys Artificial intelligence')
print('[03 INSTALL] Librarys penetration test')
print('[04 INSTALL] Librarys Graphic interface GUI')
print('[05 INSTALL] Librarys Scientific and mathematical')
print()
# Select Servic
Container = input('Enter the desired phone number:')
# Contorol Programm
if Container == '1':
print('====================================================')
print('These items are installed')
print('')
print(
'1- Requests. \n The most famous http library written by Kenneth Reitz.',
'\n2- Scrapy. \n If you are involved in webscraping then this is a must have library for you',
'\n3- wxPython. \n A gui toolkit for python. I have primarily used it in place of tkinter.',
'\n4- Pillow. \n A friendly fork of PIL (Python Imaging Library).',
'\n5- SQLAlchemy. \n A database library. Many love it and many hate it.',
'\n6- BeautifulSoup. \n I know it’s slow but this xml and html parsing library is very useful for beginners.',
'\n7- Twisted. \n The most important tool for any network application developer.',
'\n8- NumPy. \n How can we leave this very important library ? It provides some advance math functionalities to python.',
'\n9- SciPy. \n When we talk about NumPy then we have to talk about scipy.',
'\n10- matplotlib. \n A numerical plotting library. It is very useful for any data scientist or any data analyzer.'
)
print()
con = input('Do you agree with the installation of these items? Y/n:')
if con == 'y':
print('=======================')
print('CodeDoxs Doc INSTALLING')
print()
os.system('pip install Requests')
print()
print('===INSTALLED [Requests]===')
os.system('pip install Scrapy')
print()
print('===INSTALLED [Scrapy]===')
os.system('pip install wxPython')
print()
print('===INSTALLED [wxPython]===')
os.system('pip install Pillow')
print()
print('===INSTALLED [Pillow]===')
os.system('pip install SQLAlchemy')
print()
print('===INSTALLED [SQLAlchemy]===')
os.system('pip install BeautifulSoup')
print()
print('===INSTALLED [BeautifulSoup]===')
os.system('pip install Twisted')
print()
print('===INSTALLED [Twisted]===')
os.system('pip install NumPy')
print()
print('===INSTALLED [NumPy]===')
os.system('pip install SciPy')
print()
print('===INSTALLED [SciPy]===')
os.system('pip install matplotlib')
print()
print('===INSTALLED [matplotlib]===')
print()
print('Good Luck!')
else:
print('Thank you for your trust')
elif Container == '2':
print('=======================')
print('CodeDoxs Doc INSTALLING')
print()
print(
'===Machine Learning==='
'\n1-scikit-learn',
'\n2-TensorFlow',
'\n3-XGBoost',
'\n',
'\nNatural Language Processing',
'\n5-NLTK',
'\n6-spaCy',
'\n7-Gensim',
'\n'
'\n===Neural Networks===',
'\n1-FANN',
'\n2-ffnet',
'\n3-PyTorch',
'\n'
'\nComputer Vision',
'\n1-OpenCV',
'\n2-SimpleCV',
'\n3-Expert Systems',
'\n4-PyCLIPS',
'\n5-Experta',
'\n',
'\nRobotics and Autonomous Vehicles',
'\n1-AirSim',
'\n2-Carla',
'\n3-Bullet',
'\n'
)
can = input('Do you agree with the installation of these items? Y/n:')
if can == 'y':
print('=======================')
print('=====INSTALLING Machine Learning Librarys=====')
print()
os.system('pip install scikit-learn')
print()
print('===INSTALLED [scikit-learn]===')
os.system('pip install TensorFlow')
print()
print('===INSTALLED [TensorFlow]===')
os.system('pip install XGBoost')
print()
print('===INSTALLED [XGBoost]===')
print()
print('=====INSTALLING Natural Language Processing=====')
os.system('pip install nltk')
print()
print('===INSTALLED [NLTK]===')
os.system('pip install ffnet')
print()
print('===INSTALLED [ffnet]===')
os.system('pip install PyTorch')
print()
print('===INSTALLED [PyTorch]===')
print()
print('=====INSTALLING Computer Vision=====')
os.system('pip install OpenCV')
print()
print('===INSTALLED [OpenCV]===')
print()
os.system('pip install SimpleCV')
print()
print('===INSTALLED [SimpleCV]===')
print()
os.system('pip install Expert Systems')
print()
print('===INSTALLED [Expert Systems]===')
print()
os.system('pip install PyCLIPS')
print()
print('===INSTALLED [PyCLIPS]===')
print()
os.system('pip install Experta')
print()
print('===INSTALLED [Experta]===')
print()
print('=====INSTALLING Neural Networks Librarys=====')
print()
os.system('pip install FANN')
print()
print('===INSTALLED [FANN]===')
print()
os.system('pip install ffnet')
print()
print('===INSTALLED [ffnet]===')
print()
os.system('pip install PyTorch')
print()
print('===INSTALLED [PyTorch]===')
print()
print('=====INSTALLING Robotics and Autonomous Vehicles=====')
print()
os.system('pip install AirSim')
print()
print('===INSTALLED [AirSim]===')
os.system('pip install Carla')
print()
print('===INSTALLED [Carla]===')
os.system('pip install Bullet')
print()
print('===INSTALLED [Bullet]===')
print()
print('Good Luck!')
else:
print('Thank you for your trust')
elif Container == '3':
print('=======================')
print('CodeDoxs Doc INSTALLING')
print()
print(
'=====Network=====',
'\n1-Scapy',
'\n2-pypcap',
'\n3-libdnet',
'\n',
'\n=Debugging and Reverse Engineering=',
'\n1-Paimei',
'\n2-IDAPython',
'\n',
'\n===Fuzzing===',
'\n1-Sulley',
'\n2-Powerfuzzer',
'\n',
'\n===Web===',
'\n1-Requests',
'\n2-HTTPie',
'\n3-lxml',
'\n',
)
cont = input('Do you agree with the installation of these items? Y/n:')
if cont == 'y':
print('=======================')
print('=====INSTALLING Network Librarys=====')
print()
os.system('pip install Scapy')
print()
print('===INSTALLED [Scapy]===')
os.system('pip install pypcap')
print()
print('===INSTALLED [pypcap]===')
os.system('pip install libdnet')
print()
print('===INSTALLED [libdnet]===')
print()
print('==INSTALLING Debugging and Reverse Engineering==')
print()
os.system('pip install Paimei')
print()
print('===INSTALLED [Paimei]===')
os.system('pip install IDAPython')
print()
print('===INSTALLED [IDAPython]===')
print()
print('=====INSTALLED Fuzzing=====')
print()
os.system('pip install Sulley')
print()
print('===INSTALLED [Sulley]===')
print()
os.system('pip install Powerfuzzer')
print()
print('===INSTALLED [Powerfuzzer]===')
print()
print('===INSTALLING Web Librarys===')
print()
os.system('pip install Requests')
print()
print('===INSTALLED [Requests]===')
print()
os.system('pip install HTTPie')
print()
print('===INSTALLED [HTTPie]===')
print()
os.system('pip install lxml')
print()
print('===INSTALLED [lxml]===')
print()
print('Good Luck!')
else:
print('Thank you for your trust')
elif Container == '4':
print('==================')
print('===INSTALLING GUI Librarys===')
print()
print(
'GUI Librarys',
'\n1-Tkinter',
'\n2-pyqt5',
'\n3-pyside2',
'\n'
)
cont1 = input('Do you agree with the installation of these items? Y/n:')
if cont1 == 'y':
print('===INSTALLING GUI Library===')
print()
os.system('pip install tkinter')
print()
print('===INSTALLED [Tkinter]===')
print()
os.system('pip install pyqt5-tools')
print()
print('===INSTALLED [PyQt5]===')
print()
os.system('pip install pyside2')
print()
print('===INSTALLED [PySide2]===')
print()
print('Good Luck!')
else:
print('Thank you for your trust')
elif Container == '5':
print('=======================')
print('CodeDoxs Doc INSTALLING')
print()
print(
'===Machine Learning==='
'\n1-scikit-learn',
'\n2-TensorFlow',
'\n3-XGBoost',
'\n',
'\nNatural Language Processing',
'\n5-NLTK',
'\n6-spaCy',
'\n7-Gensim',
'\n'
'\n===Neural Networks===',
'\n1-FANN',
'\n2-ffnet',
'\n3-PyTorch',
'\n'
'\nComputer Vision',
'\n1-OpenCV',
'\n2-SimpleCV',
'\n3-Expert Systems',
'\n4-PyCLIPS',
'\n5-Experta',
'\n',
'\nRobotics and Autonomous Vehicles',
'\n1-AirSim',
'\n2-Carla',
'\n3-Bullet',
'\n'
)
can = input('Do you agree with the installation of these items? Y/n:')
if can == 'y':
print('=======================')
print('=====INSTALLING Machine Learning Librarys=====')
print()
os.system('pip install scikit-learn')
print()
print('===INSTALLED [scikit-learn]===')
os.system('pip install TensorFlow')
print()
print('===INSTALLED [TensorFlow]===')
os.system('pip install XGBoost')
print()
print('===INSTALLED [XGBoost]===')
print()
print('=====INSTALLING Natural Language Processing=====')
os.system('pip install nltk')
print()
print('===INSTALLED [NLTK]===')
os.system('pip install ffnet')
print()
print('===INSTALLED [ffnet]===')
os.system('pip install PyTorch')
print()
print('===INSTALLED [PyTorch]===')
print()
print('=====INSTALLING Computer Vision=====')
os.system('pip install OpenCV')
print()
print('===INSTALLED [OpenCV]===')
print()
os.system('pip install SimpleCV')
print()
print('===INSTALLED [SimpleCV]===')
print()
os.system('pip install Expert Systems')
print()
print('===INSTALLED [Expert Systems]===')
print()
os.system('pip install PyCLIPS')
print()
print('===INSTALLED [PyCLIPS]===')
print()
os.system('pip install Experta')
print()
print('===INSTALLED [Experta]===')
print()
print('=====INSTALLING Neural Networks Librarys=====')
print()
os.system('pip install FANN')
print()
print('===INSTALLED [FANN]===')
print()
os.system('pip install ffnet')
print()
print('===INSTALLED [ffnet]===')
print()
os.system('pip install PyTorch')
print()
print('===INSTALLED [PyTorch]===')
print()
print('=====INSTALLING Robotics and Autonomous Vehicles=====')
print()
os.system('pip install AirSim')
print()
print('===INSTALLED [AirSim]===')
os.system('pip install Carla')
print()
print('===INSTALLED [Carla]===')
os.system('pip install Bullet')
print()
print('===INSTALLED [Bullet]===')
print()
print('Good Luck!')
else:
print('Thank you for your trust')
else:
print('Sorry, we can not do that')
if mainroot == "exit":
break
print(x)