Browse Source

fixed readme

master
alicestrt 3 years ago
parent
commit
72ccd5ef79
  1. 18
      README.md
  2. BIN
      dist/overunder-1.0.0-py3-none-any.whl
  3. BIN
      dist/overunder-1.0.0.tar.gz
  4. 2
      pyproject.toml

18
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).

BIN
dist/overunder-1.0.0-py3-none-any.whl

Binary file not shown.

BIN
dist/overunder-1.0.0.tar.gz

Binary file not shown.

2
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 <alice.strt@gmail.com>"]
maintainers = ["anxiouspeanut <alice.strt@gmail.com>"]

Loading…
Cancel
Save