Add files via upload
This commit is contained in:
parent
741ea4081f
commit
c62119243e
60 changed files with 422 additions and 130 deletions
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: pgw
|
||||
Version: 0.0.4
|
||||
Version: 0.1.0
|
||||
Summary: A library for creating Python applications.
|
||||
Home-page: https://github.com/themixray/pygwin
|
||||
Author: themixray
|
||||
|
|
|
@ -11,6 +11,7 @@ src/pgw.egg-info/top_level.txt
|
|||
src/pygwin/__init__.py
|
||||
src/pygwin/_pg.py
|
||||
src/pygwin/_win.py
|
||||
src/pygwin/color.py
|
||||
src/pygwin/console.py
|
||||
src/pygwin/font.py
|
||||
src/pygwin/gamepad.py
|
||||
|
|
|
@ -2,6 +2,7 @@ cython
|
|||
pywin32
|
||||
pygame
|
||||
inputs
|
||||
randstr
|
||||
pydub
|
||||
wxPython
|
||||
pyautogui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue