Add files via upload

This commit is contained in:
themixray 2021-12-08 12:19:54 +03:00 committed by GitHub
parent edd3f86508
commit c5a4d36a76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 239 additions and 21 deletions

View file

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pgw
Version: 0.0.3
Version: 0.0.4
Summary: A library for creating Python applications.
Home-page: https://github.com/themixray/pygwin
Author: themixray
@ -8,24 +8,21 @@ Author-email: simindeymo@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/themixray/pygwin/issues
Project-URL: Wiki, https://github.com/themixray/pygwin/wiki
Description: <h1 align="center">
PyGWin
</h1>
<p align="center">
A library for creating Python applications.
</p>
<p align="center">
<a href="https://github.com/themixray/pygwin/wiki">
Documentation
</a>
</p>
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
<h1 align="center">
PyGWin
</h1>
<p align="center">
A library for creating Python applications.
</p>
<p align="center">
<a href="https://github.com/themixray/pygwin/wiki">
Documentation
</a>
</p>

View file

@ -18,6 +18,7 @@ src/pygwin/image.py
src/pygwin/keyboard.py
src/pygwin/mixer.py
src/pygwin/mouse.py
src/pygwin/record.py
src/pygwin/rect.py
src/pygwin/surface.py
src/pygwin/tray.py

View file

@ -5,3 +5,7 @@ inputs
pydub
wxPython
pyautogui
moviepy
pipwin
wave
opencv-python