MCPcopy Create free account
hub / github.com/geekcomputers/Python / run

Method run

Password Generator/pass_gen.py:80–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78 print("\n\n")
79
80 def run(self):
81 menu = f"""Welcome to the PassGen App!
82Commands:
83 generate password ->
84 <lenght of the password>
85
86commands to change the characters to be used to generate passwords:
87{list_to_vertical_string(Interface.has_characters.keys())}
88 """
89 print(menu)
90 while True:
91 self.decide_operation()
92
93
94Run().run()

Callers 2

pongpong.pyFile · 0.45
pass_gen.pyFile · 0.45

Calls 2

decide_operationMethod · 0.95
list_to_vertical_stringFunction · 0.85

Tested by

no test coverage detected