Metadata-Version: 2.1
Name: OnePuzzle
Version: 0.1.0
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 :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5 (==5.15.4)
Requires-Dist: click (==8.0.1)
Requires-Dist: pytest (==6.2.5)

# A Puzzle A Day

[![Build Status](https://img.shields.io/travis/windard/OnePuzzle)](https://travis-ci.com/github/windard/OnePuzzle)
[![Total Lines](https://img.shields.io/tokei/lines/github/windard/OnePuzzle)](https://github.com/windard/OnePuzzle)
[![Release](https://img.shields.io/github/release/windard/OnePuzzle.svg)](https://github.com/windard/OnePuzzle/releases)
[![MIT](https://img.shields.io/github/license/windard/OnePuzzle)](https://github.com/windard/OnePuzzle/blob/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/OnePuzzle)](https://pypi.org/project/OnePuzzle/)
[![Author](https://img.shields.io/badge/author-windard-359BE1)](https://windard.com)

一天一个谜，一个谜一天

## 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)


