You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alicestrt
caf376e14e
|
4 years ago | |
---|---|---|
dist | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
input.txt | 4 years ago | |
overunder.py | 4 years ago | |
poetry.lock | 4 years ago | |
pyproject.toml | 4 years ago |
README.md
overunder
Commands:
- load - loads the input text
- show - shows which line you are currently working on
- over + int(x) - keeps the corresponding x characters intact
- under + int(x) - replaces the corresponding x characters with a symbol
- pattern - generates the pattern created so far
- save - saves the pattern in a text file
- enter/return - moves to the next line of text
- quit - quits the program
See more here.