remove stuff
This commit is contained in:
parent
c0731d3b2a
commit
2a0942feb7
12 changed files with 0 additions and 166 deletions
BIN
dist/pygwin2-2.0.0-py3-none-any.whl
vendored
BIN
dist/pygwin2-2.0.0-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/pygwin2-2.0.0.tar.gz
vendored
BIN
dist/pygwin2-2.0.0.tar.gz
vendored
Binary file not shown.
|
@ -1,56 +0,0 @@
|
||||||
Metadata-Version: 2.4
|
|
||||||
Name: pygwin2
|
|
||||||
Version: 2.0.0
|
|
||||||
Summary: A small example package
|
|
||||||
Author: themixray
|
|
||||||
Author-email: MeexReay <meexreay@gmail.com>
|
|
||||||
License-Expression: WTFPL
|
|
||||||
Project-URL: Homepage, https://github.com/MeexReay/pygwin2
|
|
||||||
Project-URL: Issues, https://github.com/MeexReay/pygwin2/issues
|
|
||||||
Keywords: gui,pygame,windows
|
|
||||||
Classifier: Programming Language :: Python :: 3
|
|
||||||
Classifier: Operating System :: OS Independent
|
|
||||||
Requires-Python: >=3.7
|
|
||||||
Description-Content-Type: text/markdown
|
|
||||||
License-File: LICENSE
|
|
||||||
Requires-Dist: pydub
|
|
||||||
Requires-Dist: pygame
|
|
||||||
Requires-Dist: requests
|
|
||||||
Requires-Dist: pyautogui
|
|
||||||
Requires-Dist: inputs
|
|
||||||
Requires-Dist: pillow
|
|
||||||
Requires-Dist: wxPython
|
|
||||||
Requires-Dist: randstr
|
|
||||||
Requires-Dist: cython
|
|
||||||
Requires-Dist: pywin32
|
|
||||||
Requires-Dist: moviepy
|
|
||||||
Requires-Dist: pipwin
|
|
||||||
Requires-Dist: wave
|
|
||||||
Requires-Dist: opencv-python
|
|
||||||
Dynamic: author
|
|
||||||
Dynamic: license-file
|
|
||||||
|
|
||||||
# Pygwin2
|
|
||||||
|
|
||||||
A library for creating GUI-applications on pygame.
|
|
||||||
|
|
||||||
[Documentation](docs/DOCS.md)
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
Here is a small example of usage (pygame style):
|
|
||||||
|
|
||||||
```py
|
|
||||||
import pygwin
|
|
||||||
|
|
||||||
win = pygwin.create('Title',(500,500))
|
|
||||||
|
|
||||||
run = True
|
|
||||||
while run:
|
|
||||||
for event in pygwin.getEvents():
|
|
||||||
if event.type == pygwin.QUIT:
|
|
||||||
run = False
|
|
||||||
|
|
||||||
win.update()
|
|
||||||
pygwin.close()
|
|
||||||
```
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
pydub
|
|
||||||
pygame
|
|
||||||
requests
|
|
||||||
pyautogui
|
|
||||||
inputs
|
|
||||||
pillow
|
|
||||||
wxPython
|
|
||||||
randstr
|
|
||||||
cython
|
|
||||||
pywin32
|
|
||||||
moviepy
|
|
||||||
pipwin
|
|
||||||
wave
|
|
||||||
opencv-python
|
|
|
@ -1 +0,0 @@
|
||||||
pygwin
|
|
|
@ -1,54 +0,0 @@
|
||||||
Metadata-Version: 2.4
|
|
||||||
Name: pygwin2
|
|
||||||
Version: 2.0.0
|
|
||||||
Summary: A small example package
|
|
||||||
Author-email: MeexReay <meexreay@gmail.com>
|
|
||||||
License-Expression: WTFPL
|
|
||||||
Project-URL: Homepage, https://github.com/MeexReay/pygwin2
|
|
||||||
Project-URL: Issues, https://github.com/MeexReay/pygwin2/issues
|
|
||||||
Keywords: gui,pygame,windows
|
|
||||||
Classifier: Programming Language :: Python :: 3
|
|
||||||
Classifier: Operating System :: OS Independent
|
|
||||||
Requires-Python: >=3.7
|
|
||||||
Description-Content-Type: text/markdown
|
|
||||||
License-File: LICENSE
|
|
||||||
Requires-Dist: pydub
|
|
||||||
Requires-Dist: pygame
|
|
||||||
Requires-Dist: requests
|
|
||||||
Requires-Dist: pyautogui
|
|
||||||
Requires-Dist: inputs
|
|
||||||
Requires-Dist: pillow
|
|
||||||
Requires-Dist: wxPython
|
|
||||||
Requires-Dist: randstr
|
|
||||||
Requires-Dist: cython
|
|
||||||
Requires-Dist: pywin32
|
|
||||||
Requires-Dist: moviepy
|
|
||||||
Requires-Dist: pipwin
|
|
||||||
Requires-Dist: wave
|
|
||||||
Requires-Dist: opencv-python
|
|
||||||
Dynamic: license-file
|
|
||||||
|
|
||||||
# Pygwin2
|
|
||||||
|
|
||||||
A library for creating GUI-applications on pygame.
|
|
||||||
|
|
||||||
[Documentation](docs/DOCS.md)
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
Here is a small example of usage (pygame style):
|
|
||||||
|
|
||||||
```py
|
|
||||||
import pygwin
|
|
||||||
|
|
||||||
win = pygwin.create('Title',(500,500))
|
|
||||||
|
|
||||||
run = True
|
|
||||||
while run:
|
|
||||||
for event in pygwin.getEvents():
|
|
||||||
if event.type == pygwin.QUIT:
|
|
||||||
run = False
|
|
||||||
|
|
||||||
win.update()
|
|
||||||
pygwin.close()
|
|
||||||
```
|
|
|
@ -1,24 +0,0 @@
|
||||||
LICENSE
|
|
||||||
README.md
|
|
||||||
pyproject.toml
|
|
||||||
src/pygwin2/__init__.py
|
|
||||||
src/pygwin2/_pg.py
|
|
||||||
src/pygwin2/_win.py
|
|
||||||
src/pygwin2/color.py
|
|
||||||
src/pygwin2/console.py
|
|
||||||
src/pygwin2/font.py
|
|
||||||
src/pygwin2/gamepad.py
|
|
||||||
src/pygwin2/image.py
|
|
||||||
src/pygwin2/keyboard.py
|
|
||||||
src/pygwin2/mixer.py
|
|
||||||
src/pygwin2/mouse.py
|
|
||||||
src/pygwin2/record.py
|
|
||||||
src/pygwin2/rect.py
|
|
||||||
src/pygwin2/surface.py
|
|
||||||
src/pygwin2/tray.py
|
|
||||||
src/pygwin2/ui.py
|
|
||||||
src/pygwin2.egg-info/PKG-INFO
|
|
||||||
src/pygwin2.egg-info/SOURCES.txt
|
|
||||||
src/pygwin2.egg-info/dependency_links.txt
|
|
||||||
src/pygwin2.egg-info/requires.txt
|
|
||||||
src/pygwin2.egg-info/top_level.txt
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
pydub
|
|
||||||
pygame
|
|
||||||
requests
|
|
||||||
pyautogui
|
|
||||||
inputs
|
|
||||||
pillow
|
|
||||||
wxPython
|
|
||||||
randstr
|
|
||||||
cython
|
|
||||||
pywin32
|
|
||||||
moviepy
|
|
||||||
pipwin
|
|
||||||
wave
|
|
||||||
opencv-python
|
|
|
@ -1 +0,0 @@
|
||||||
pygwin2
|
|
Loading…
Add table
Add a link
Reference in a new issue