Metadata-Version: 2.1
Name: NaturalAPI
Version: 0.0.2
Summary: API for a small studio
Home-page: https://github.com/Buelie/Natural
Author: yydshmcl@outlook.com
Author-email: yydshmcl@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Natural
***这是一个基于python开发的api，它提供了一些项目开发中经常使用到的功能，例如 【加密、解密内容，解析json、xml】等等，它也封装了tk与ttk库的内容，并且新手非常容易上手，如果您厌倦了tk那复古的样式，也可以试试这个封装了ttk的api。如果您想了解更多，可以访问项目地址：[https://github.com/Buelie/Natural]()***

> **This is an API based on Python development, it provides some functions often used in project development, such as [encryption, decryption of content, parsing JSON, XML], etc., it also encapsulates the content of TK and TTK libraries, and novices are very easy to get started, if you are tired of TK that retro style, you can also try this API that encapsulates TTK. If you want to know more, you can visit the project address: [https://github.com/Buelie/Natural]()**

# 安装 | Install

**使用如下命令安装（注意：需要python3.7+版本）：**
> **Install with the following command (Note: Python 3.7+ is required):**

```
pip install NaturalAPI
```
