MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / Display_Menu

Function Display_Menu

IP_Locator/main.py:6–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def Display_Menu():
7 header = """
8 __________________________
9 | IP Locater |
10 | IP Finder |
11 |___________ ___________|
12 \ \
13 ^_ _^
14 (o o)\_________
15 (_ _)\ )/\/
16 U ||----W||
17 || ||
18 ### Tools:
19 [1] Locate an IP address
20 [2] Get the IP address of a domain
21 [3] Exit
22
23 * Type <clear> to clear previous commands
24 * Type <q> or to abort operation of a tool
25 """
26 print(header)
27
28def option_1():
29 """

Callers 4

option_1Function · 0.85
option_2Function · 0.85
HomeFunction · 0.85
Start_ProgramFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected