refactorization

This commit is contained in:
MeexReay 2025-09-20 15:56:18 +03:00
parent ceaf3d455a
commit c0731d3b2a
71 changed files with 218 additions and 1950 deletions

View file

@ -1,19 +1,12 @@
<h1 align="center">
PyGWin
</h1>
<p align="center">
A library for creating Python applications.
</p>
# Pygwin2
<p align="center">
<a href="https://github.com/themixray/pygwin/wiki">
Documentation
</a>
</p>
A library for creating GUI-applications on pygame.
<h2 align="center">
Template
</h2>
[Documentation](docs/DOCS.md)
## Usage
Here is a small example of usage (pygame style):
```py
import pygwin