Metadata-Version: 2.4
Name: rongtools
Version: 1.0.0
Summary: A small example package
Home-page: https://github.com/rong201746/rongtools
Author: yurongxiu
Author-email: rong201746@zohomail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

These are some of my tools.

Else is in rongtools\\\_\_init\_\_.py start

Translate the rest yourself.

这是我的一个包

他有我的工具

playmove.py是可以创建一个可移动的东西（使用add\_self(image=None,title="rongmove")创建）

上下左右分别是

Up(距离)

Down(距离)

Right(距离)

Left(距离)

单位是像素

windowtools.py是窗口工具，现在有incenter(窗口的w,窗口的h)和qtmainwindow(输入窗口的类名，不用加引号，在Qt源文件里用)



