Add files via upload

This commit is contained in:
themixray 2021-11-07 21:46:33 +03:00 committed by GitHub
parent abef24e1aa
commit 815a7bea90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1380 additions and 91 deletions

10
pygwin.egg-info/PKG-INFO Normal file
View file

@ -0,0 +1,10 @@
Metadata-Version: 1.0
Name: pygwin
Version: 0.1.0
Summary: A library for creating Python applications.
Home-page: UNKNOWN
Author: themixray
Author-email: UNKNOWN
License: MIT
Description: UNKNOWN
Platform: UNKNOWN

View file

@ -0,0 +1,20 @@
setup.py
pygwin/__init__.py
pygwin/_icon.py
pygwin/_pg.py
pygwin/_win.py
pygwin/console.py
pygwin/font.py
pygwin/gamepad.py
pygwin/image.py
pygwin/keyboard.py
pygwin/mixer.py
pygwin/mouse.py
pygwin/rect.py
pygwin/surface.py
pygwin/ui.py
pygwin.egg-info/PKG-INFO
pygwin.egg-info/SOURCES.txt
pygwin.egg-info/dependency_links.txt
pygwin.egg-info/requires.txt
pygwin.egg-info/top_level.txt

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,6 @@
cython
pywin32
pygame
inputs
pydub
kivy

View file

@ -0,0 +1 @@
pygwin