fixed readme
This commit is contained in:
parent
38c1d3c69e
commit
72ccd5ef79
18
README.md
18
README.md
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
|
|
||||||
load - loads the input text
|
- load - loads the input text
|
||||||
show - shows which line you are currently working on
|
- show - shows which line you are currently working on
|
||||||
over + int(x) - keeps the corresponding x characters intact
|
- over + int(x) - keeps the corresponding x characters intact
|
||||||
under + int(x) - replaces the corresponding x characters with a symbol
|
- under + int(x) - replaces the corresponding x characters with a symbol
|
||||||
pattern - generates the pattern created so far
|
- pattern - generates the pattern created so far
|
||||||
save - saves the pattern in a text file
|
- save - saves the pattern in a text file
|
||||||
enter/return - moves to the next line of text
|
- enter/return - moves to the next line of text
|
||||||
quit - quits the program
|
- quit - quits the program
|
||||||
|
|
||||||
See more here: https://pzwiki.wdka.nl/mediadesign/User:Alice/Special_Issue_V
|
See more [here](https://pzwiki.wdka.nl/mediadesign/User:Alice/Special_Issue_V).
|
||||||
|
BIN
dist/overunder-1.0.0-py3-none-any.whl
vendored
Normal file
BIN
dist/overunder-1.0.0-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
dist/overunder-1.0.0.tar.gz
vendored
Normal file
BIN
dist/overunder-1.0.0.tar.gz
vendored
Normal file
Binary file not shown.
@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "overunder"
|
name = "overunder"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
description = "An interpreted programming language in Python that could receive as rules basic weaving instructions 'over' and 'under' and apply a pattern onto text."
|
description = "An interpreted programming language in Python that could receive as rules basic weaving instructions 'over' and 'under' and apply a pattern onto text."
|
||||||
authors = ["anxiouspeanut <alice.strt@gmail.com>"]
|
authors = ["anxiouspeanut <alice.strt@gmail.com>"]
|
||||||
maintainers = ["anxiouspeanut <alice.strt@gmail.com>"]
|
maintainers = ["anxiouspeanut <alice.strt@gmail.com>"]
|
||||||
|
Loading…
Reference in New Issue
Block a user