fixed readme

This commit is contained in:
alicestrt 2021-05-08 14:58:40 +02:00
parent 38c1d3c69e
commit 72ccd5ef79
4 changed files with 10 additions and 10 deletions

View File

@ -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

Binary file not shown.

BIN
dist/overunder-1.0.0.tar.gz vendored Normal file

Binary file not shown.

View File

@ -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>"]