Metadata-Version: 2.1
Name: OnePuzzle
Version: 0.2.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

# 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)
[![codecov](https://codecov.io/gh/windard/OnePuzzle/branch/master/graph/badge.svg?token=JKFqVmzvLm)](https://codecov.io/gh/windard/OnePuzzle)
[![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  show debug message.
  -a, --all    get all result.
  -n, --nox    no screen show.
```

## example

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

## changelog

- 0.1.0: 功能基本完成
- 0.1.1: 小的修复升级
- 0.2.0: 减少遍历次数，加快解密时间


