Go to file
2021-05-08 15:04:18 +02:00
dist fixed command 2021-05-08 15:00:46 +02:00
.gitignore added to gitignore 2021-05-08 15:04:18 +02:00
input.txt added the code 2021-05-08 14:39:32 +02:00
LICENSE prep for publish 2021-05-08 14:54:24 +02:00
overunder.py added the code 2021-05-08 14:39:32 +02:00
poetry.lock prep for publish 2021-05-08 14:54:24 +02:00
pyproject.toml fixed command 2021-05-08 15:00:46 +02:00
README.md fixed readme 2021-05-08 14:58:40 +02:00

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.