diff --git a/README.md b/README.md index 30d5b3f..8e4eb15 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ 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 +- 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: https://pzwiki.wdka.nl/mediadesign/User:Alice/Special_Issue_V +See more [here](https://pzwiki.wdka.nl/mediadesign/User:Alice/Special_Issue_V). diff --git a/dist/overunder-1.0.0-py3-none-any.whl b/dist/overunder-1.0.0-py3-none-any.whl new file mode 100644 index 0000000..6e9a9d0 Binary files /dev/null and b/dist/overunder-1.0.0-py3-none-any.whl differ diff --git a/dist/overunder-1.0.0.tar.gz b/dist/overunder-1.0.0.tar.gz new file mode 100644 index 0000000..2aa9a7a Binary files /dev/null and b/dist/overunder-1.0.0.tar.gz differ diff --git a/pyproject.toml b/pyproject.toml index 2a44887..740d729 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] 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." authors = ["anxiouspeanut "] maintainers = ["anxiouspeanut "]