Metadata-Version: 2.1
Name: primaryschool
Version: 0.0.18
Summary: primary school knowledge games
Home-page: https://github.com/larryw3i/primaryschool
Author: larryw3i
Author-email: larryw3i@163.com
Maintainer: larryw3i
Maintainer-email: larryw3i@163.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


<h1 align="center">
  <br>
  primaryschool
  <br>
</h1>

<h4 align="center">
    primary school knowledge games.
</h4>

<p align="center">
    <a href="https://badge.fury.io/py/primaryschool">
        <img src="https://badge.fury.io/py/primaryschool.svg" 
            alt="PyPI version" height="18" />
    </a>
</p>

<p align="center">
  <a href="#how-to-use">How To Use</a> 
  • 
  <a href="#license">License</a>
</p>

![screenshot](docs/images/screenshot.png)

## How To Use

To run this application, you'll need 
[Python3](https://www.python.org/downloads/) and 
[python3-pip](https://pypi.org/) 
(which comes with [Python3](https://www.python.org/downloads/) generally, 
Unix-like may need to install separately.) 
installed on your computer. From your command line:
```bash
pip3 install -U primaryschool; primaryschool
```  
## Credits

This software uses the following open source packages:

- [pygame](https://github.com/pygame/pygame)
- [pygame-menu](https://github.com/ppizarror/pygame-menu)
- [xpinyin](https://github.com/lxneng/xpinyin)
- [appdirs](https://github.com/ActiveState/appdirs)

## Todo List
- [ ] Games Search

## License

[MIT License](LICENSE)

---



