diff --git a/dist/pygwin2-2.0.0-py3-none-any.whl b/dist/pygwin2-2.0.0-py3-none-any.whl deleted file mode 100644 index eacbe0f..0000000 Binary files a/dist/pygwin2-2.0.0-py3-none-any.whl and /dev/null differ diff --git a/dist/pygwin2-2.0.0.tar.gz b/dist/pygwin2-2.0.0.tar.gz deleted file mode 100644 index fd7d8e7..0000000 Binary files a/dist/pygwin2-2.0.0.tar.gz and /dev/null differ diff --git a/pygwin2.egg-info/PKG-INFO b/pygwin2.egg-info/PKG-INFO deleted file mode 100644 index e8838e9..0000000 --- a/pygwin2.egg-info/PKG-INFO +++ /dev/null @@ -1,56 +0,0 @@ -Metadata-Version: 2.4 -Name: pygwin2 -Version: 2.0.0 -Summary: A small example package -Author: themixray -Author-email: MeexReay -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() -``` diff --git a/pygwin2.egg-info/SOURCES.txt b/pygwin2.egg-info/SOURCES.txt deleted file mode 100644 index e69de29..0000000 diff --git a/pygwin2.egg-info/dependency_links.txt b/pygwin2.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/pygwin2.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pygwin2.egg-info/requires.txt b/pygwin2.egg-info/requires.txt deleted file mode 100644 index c94d044..0000000 --- a/pygwin2.egg-info/requires.txt +++ /dev/null @@ -1,14 +0,0 @@ -pydub -pygame -requests -pyautogui -inputs -pillow -wxPython -randstr -cython -pywin32 -moviepy -pipwin -wave -opencv-python diff --git a/pygwin2.egg-info/top_level.txt b/pygwin2.egg-info/top_level.txt deleted file mode 100644 index 9907c64..0000000 --- a/pygwin2.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -pygwin diff --git a/src/pygwin2.egg-info/PKG-INFO b/src/pygwin2.egg-info/PKG-INFO deleted file mode 100644 index 2de04b1..0000000 --- a/src/pygwin2.egg-info/PKG-INFO +++ /dev/null @@ -1,54 +0,0 @@ -Metadata-Version: 2.4 -Name: pygwin2 -Version: 2.0.0 -Summary: A small example package -Author-email: MeexReay -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() -``` diff --git a/src/pygwin2.egg-info/SOURCES.txt b/src/pygwin2.egg-info/SOURCES.txt deleted file mode 100644 index 86864d0..0000000 --- a/src/pygwin2.egg-info/SOURCES.txt +++ /dev/null @@ -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 \ No newline at end of file diff --git a/src/pygwin2.egg-info/dependency_links.txt b/src/pygwin2.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/src/pygwin2.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/pygwin2.egg-info/requires.txt b/src/pygwin2.egg-info/requires.txt deleted file mode 100644 index c94d044..0000000 --- a/src/pygwin2.egg-info/requires.txt +++ /dev/null @@ -1,14 +0,0 @@ -pydub -pygame -requests -pyautogui -inputs -pillow -wxPython -randstr -cython -pywin32 -moviepy -pipwin -wave -opencv-python diff --git a/src/pygwin2.egg-info/top_level.txt b/src/pygwin2.egg-info/top_level.txt deleted file mode 100644 index 66807cb..0000000 --- a/src/pygwin2.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -pygwin2