Browse Source

Added requirements to requirements.txt and using cmd2

cache_money
Raphael Roberts 7 years ago
parent
commit
428a8c4e30
  1. 13
      cmd_loop_main.py
  2. 2
      requirements.txt

13
cmd_loop_main.py

@ -0,0 +1,13 @@
import cmd2
class MainLoop(cmd2.Cmd):
"""Loop for wordscape commands
"""
def __init__(self):
letters = None
removed = set()
super().__init__()

2
requirements.txt

@ -1 +1,3 @@
pyspellchecker
cmd2
npyscreen
Loading…
Cancel
Save