-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.py
22 lines (18 loc) · 779 Bytes
/
main.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import os
banner = """
_
/\ (_)
/ \ __ _ _ _ __ _ _ __ ___ _ __ _ ___ ___
/ /\ \ / _` | | | |/ _` | '_ \ / _ \| '_ \| |/ __/ __|
/ ____ \ (_| | |_| | (_| | |_) | (_) | | | | | (__\__ \
/_/ \_\__, |\__,_|\__,_| .__/ \___/|_| |_|_|\___|___/
| | | |
|_| |_|
ENET'Com Students Salhi Fayza & Ben Lassoued Farah MPSE/2021*
"""
print (banner)
os.system("start python chartsmail.py")
os.system("start python lily.py")
os.system("start python fans.py")
os.system("start python import_csv.py")
#os.system("start python csv_firebase.py")