Add files via upload

This commit is contained in:
themixray 2021-12-19 17:05:10 +03:00 committed by GitHub
parent 741ea4081f
commit c62119243e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 422 additions and 130 deletions

View file

@ -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

View file

@ -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

View file

@ -2,6 +2,7 @@ cython
pywin32
pygame
inputs
randstr
pydub
wxPython
pyautogui