Add files via upload

This commit is contained in:
themixray 2021-12-08 11:22:41 +03:00 committed by GitHub
parent d63a3ebd54
commit edd3f86508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 228 additions and 87 deletions

31
src/pgw.egg-info/PKG-INFO Normal file
View file

@ -0,0 +1,31 @@
Metadata-Version: 2.1
Name: pgw
Version: 0.0.3
Summary: A library for creating Python applications.
Home-page: https://github.com/themixray/pygwin
Author: themixray
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
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

@ -0,0 +1,24 @@
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/pgw.egg-info/PKG-INFO
src/pgw.egg-info/SOURCES.txt
src/pgw.egg-info/dependency_links.txt
src/pgw.egg-info/requires.txt
src/pgw.egg-info/top_level.txt
src/pygwin/__init__.py
src/pygwin/_pg.py
src/pygwin/_win.py
src/pygwin/console.py
src/pygwin/font.py
src/pygwin/gamepad.py
src/pygwin/image.py
src/pygwin/keyboard.py
src/pygwin/mixer.py
src/pygwin/mouse.py
src/pygwin/rect.py
src/pygwin/surface.py
src/pygwin/tray.py
src/pygwin/ui.py

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,7 @@
cython
pywin32
pygame
inputs
pydub
wxPython
pyautogui

View file

@ -0,0 +1 @@
pygwin