Metadata-Version: 2.2
Name: upicross
Version: 1.0.0
Summary: Very simple in-console implementation of picross.
Home-page: https://github.com/quintinfsmith/upicross
Author: Quintin Smith
Author-email: smith.quintin@protonmail.com
License: GPL-3.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
Requires-Dist: wrecked
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# uPicross
A small in-console implementation of picross

### Install
```bash
    pip install upicross
```

### Run
```bash
    upicross [-w <width>] [-h <height>] [-d density]
```    

|Arguments|                                       |
|---------|---------------------------------------|
|--help   |Show Help                              |
|-w \<N>  |Set width to N spaces. Default = 20    |
|-h \<N>  |Set height to N spaces. Default = 12   |
|-d \<N>  |Set density to N  (0-1). Default = 0.6 |


|Controls|           |
|--------|-----------|
|h,j,k,l |Move Cursor|
|x       |Set Cell   |
|z       |Block Cell |
|u       |Undo       |
|q       |Quit       |
