Metadata-Version: 2.1
Name: OnePuzzle
Version: 0.0.2
Summary: Solve puzzle "A Puzzle A Day", get one or all result, show in graphical PyQt5
Home-page: https://github.com/windard/OnePuzzle
Author: Windard Yang
Author-email: windard@qq.com
License: MIT
Keywords: puzzle
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown

# A Puzzle A Day

一天一个谜，一个谜一天

## install

```
pip install OnePuzzle
```

## usage

```
$ one_puzzle -h
Usage: one_puzzle [OPTIONS] MONTH DAY

Options:
  -h, --help           Show this message and exit.
  -d, --debug BOOLEAN  show debug message.
  -a, --all BOOLEAN    get all result.
```

## example

![](https://windard-blog.oss-cn-beijing.aliyuncs.com/uTools_1633677947082.png)


