-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathart.py
More file actions
30 lines (25 loc) · 1.17 KB
/
art.py
File metadata and controls
30 lines (25 loc) · 1.17 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
logo = r"""
_______ ________ ________ ________ ________ ________ _______ ___ ___
|\ ___ \ |\ ____\|\ ____\|\ __ \|\ __ \|\ __ \|\ ___ \ |\ \ / /|
\ \ __/|\ \ \___|\ \ \___|\ \ \|\ \ \ \|\ \ \ \|\ \ \ __/| \ \ \/ / /
\ \ \_|/_\ \_____ \ \ \ \ \ _ _\ \ __ \ \ ____\ \ \_|/__ \ \ / /
\ \ \_|\ \|____|\ \ \ \____\ \ \\ \\ \ \ \ \ \ \___|\ \ \_|\ \ / \/
\ \_______\____\_\ \ \_______\ \__\\ _\\ \__\ \__\ \__\ \ \_______\/ /\ \
\|_______|\_________\|_______|\|__|\|__|\|__|\|__|\|__| \|_______/__/ /\ __\
\|_________| |__|/ \|__|
"""
menu_options = """
************************
1. Scrape eBay Products
2. About eScrapeX
3. Exit
************************
"""
categories_options = """
********************************
1. Cell Phones & Smartphones
2. Tablets & eBook Readers
3. Laptops & Netbooks
4. Back to Main Menu
********************************
"""