Metadata-Version: 2.1
Name: primaryschool
Version: 0.0.24
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>
    <a href="https://github.com/psf/black">
        <img 
            src="https://img.shields.io/badge/code%20style-black-000000.svg" 
            alt="Code style: black" height="18" />
    </a>
    <a href="https://github.com/psf/black">
        <img 
            src="https://static.pepy.tech/personalized-badge/primaryschool?period=week&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads/Week"
            alt="Downloads/Month" height="18" />
    </a>  
    <a href="https://github.com/psf/black">
        <img 
            src="https://static.pepy.tech/personalized-badge/primaryschool?period=month&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads/Month"
            alt="Downloads/Month" height="18" />
    </a>  
    <a href="https://github.com/psf/black">
        <img 
            src="https://static.pepy.tech/personalized-badge/primaryschool?period=total&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads"
            alt="Downloads" height="18" />
    </a>  
    <a href="https://github.com/psf/black">
        <img 
            src="https://img.shields.io/badge/python-3.6+-blue.svg"
            alt="Downloads" height="18" />
    </a>  
    <a href="https://github.com/larryw3i/primaryschool/blob/main/LICENSE">
        <img 
            alt="GitHub license" 
            src="https://img.shields.io/github/license/larryw3i/primaryschool"
        />
    </a>
    <a href="https://github.com/larryw3i/primaryschool/issues">
        <img 
            alt="GitHub issues" 
            src="https://img.shields.io/github/issues/larryw3i/primaryschool"
        />
    </a>
    <a href="https://github.com/larryw3i/primaryschool/network">
        <img 
            alt="GitHub forks" 
            src="https://img.shields.io/github/forks/larryw3i/primaryschool"
        />
    </a>
    <a href="https://github.com/larryw3i/primaryschool/stargazers">
        <img 
            alt="GitHub stars" 
            src="https://img.shields.io/github/stars/larryw3i/primaryschool"
        />
    </a>
</p>

<p align="center">
  <a href="#how-to-use">How To Use</a> 
  • 
  <a href="#todo-list">Todo List</a> 
  • 
  <a href="#credits">Credits</a> 
  • 
  <a href="#license">License</a>
</p>  

---

## How To Use

To run 
[primaryschool](https://pypi.org/project/primaryschool), 
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
```  

## Todo List
- [ ] Search games
- [ ] Update target style

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


## License

[MIT License](https://github.com/larryw3i/primaryschool/blob/daily/LICENSE)

---



