<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/DevByEagle/pygdk/master/assets/pygdk_logo_dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/DevByEagle/pygdk/master/assets/pygdk_logo_light.png">
<img src="https://raw.githubusercontent.com/DevByEagle/pygdk/master/assets/pygdk_logo_light.png">
</picture>
</p>
**Pygdk** is a lightweight Python library for building modern, interactive graphical user interfaces with simplicity and flexibility.
## Installation
Pygdk is available via `pip`. To install the latest version of Pygdk, simply run:
```bash
pip install pygdk
```
Once installed, you can import the library into your Python scripts to start creating your GUI applications.
## Basic Example
Here’s a simple example that demonstrates how to create a window:
```python
import pygdk
app = pygdk.Gk()
app.mainloop()
```
Raw data
{
"_id": null,
"home_page": null,
"name": "pygdk",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "GUI, Cross-Platform, Lightweight, Fast",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/2e/8b/d419a6d385e3880077f28854526608c5395b733b94902514bb04b4dc489c/pygdk-1.0.0.tar.gz",
"platform": "any",
"description": "<p align=\"center\">\r\n <picture>\r\n <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/DevByEagle/pygdk/master/assets/pygdk_logo_dark.png\">\r\n <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/DevByEagle/pygdk/master/assets/pygdk_logo_light.png\">\r\n <img src=\"https://raw.githubusercontent.com/DevByEagle/pygdk/master/assets/pygdk_logo_light.png\">\r\n </picture>\r\n</p>\r\n\r\n**Pygdk** is a lightweight Python library for building modern, interactive graphical user interfaces with simplicity and flexibility.\r\n\r\n\r\n## Installation\r\n\r\nPygdk is available via `pip`. To install the latest version of Pygdk, simply run:\r\n\r\n```bash\r\npip install pygdk\r\n```\r\n\r\nOnce installed, you can import the library into your Python scripts to start creating your GUI applications.\r\n\r\n## Basic Example\r\n\r\nHere\u2019s a simple example that demonstrates how to create a window:\r\n\r\n```python\r\nimport pygdk\r\n\r\napp = pygdk.Gk()\r\napp.mainloop()\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python General Development Kit",
"version": "1.0.0",
"project_urls": {
"Issue Tracker": "https://github.com/DevByEagle/pygdk/issues",
"Source": "https://github.com/DevByEagle/pygdk"
},
"split_keywords": [
"gui",
" cross-platform",
" lightweight",
" fast"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d16472fc9521a072a13f30ee9e9f5da60e9f6e887d38937440fb18f1cf9afcaf",
"md5": "650d291fddc70cd81aeaec9b87dd2bb1",
"sha256": "cafc397280b107ed78f2baea0c0fc0a7a85af6facd60761e9d0636240815cdf8"
},
"downloads": -1,
"filename": "pygdk-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "650d291fddc70cd81aeaec9b87dd2bb1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3797,
"upload_time": "2025-01-16T01:31:06",
"upload_time_iso_8601": "2025-01-16T01:31:06.973710Z",
"url": "https://files.pythonhosted.org/packages/d1/64/72fc9521a072a13f30ee9e9f5da60e9f6e887d38937440fb18f1cf9afcaf/pygdk-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2e8bd419a6d385e3880077f28854526608c5395b733b94902514bb04b4dc489c",
"md5": "4df79245a9b59252f86879e281ddda80",
"sha256": "838e9260a7ec3736fd9f5a8f9666ba5e29abc5a0daf87c82effb5c404a6c6cde"
},
"downloads": -1,
"filename": "pygdk-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "4df79245a9b59252f86879e281ddda80",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5475,
"upload_time": "2025-01-16T01:31:08",
"upload_time_iso_8601": "2025-01-16T01:31:08.017003Z",
"url": "https://files.pythonhosted.org/packages/2e/8b/d419a6d385e3880077f28854526608c5395b733b94902514bb04b4dc489c/pygdk-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-16 01:31:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DevByEagle",
"github_project": "pygdk",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "webcolors",
"specs": []
},
{
"name": "typing",
"specs": []
}
],
"lcname": "pygdk"
}