Metadata-Version: 2.1
Name: pgnote
Version: 0.0.4
Summary: pygame function
Author-email: Zaiecunmin <zaiecunmin@qq.com>
Project-URL: Homepage, https://gitee.com/zaiecunmin/pgnote
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame
Requires-Dist: pycountry
Requires-Dist: pytomlpp

# Package PgNote

A pygame function.

Example:

```python
import pgnote
c = pgnote.Center()
c.run()
```
