# PY-GUI
Create a pygame session for specific functions
## install
From PyPI:
`pip3 install PY_GUI`
From GitHub:
`pip3 install git+https://github.com/donno2048/PY-GUI`
## Usage
You can use the demo one by running:
```bat
python3 -m PY_GUI
```
Or just `PY-GUI` in the cmd
Or you can run a custom one from within Python, for example:
```py
from PY_GUI import Main
def parse(text: str) -> str:
return text
Main(parse, name = "Cat program")
```
Raw data
{
"_id": null,
"home_page": "https://github.com/donno2048/PY-GUI",
"name": "PY-GUI",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Elisha Hollander",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/7d/64/34e6d5901d4bc2b789c44d1d0f369344c27015bf5ceb003867325c438327/PY_GUI-1.0.4.tar.gz",
"platform": null,
"description": "# PY-GUI\n\nCreate a pygame session for specific functions\n\n## install\n\nFrom PyPI:\n\n`pip3 install PY_GUI`\n\nFrom GitHub:\n\n`pip3 install git+https://github.com/donno2048/PY-GUI`\n\n## Usage\n\nYou can use the demo one by running:\n\n```bat\npython3 -m PY_GUI\n```\n\nOr just `PY-GUI` in the cmd\n\nOr you can run a custom one from within Python, for example:\n\n```py\nfrom PY_GUI import Main\ndef parse(text: str) -> str:\n return text\nMain(parse, name = \"Cat program\")\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Create a pygame session for specific functions",
"version": "1.0.4",
"project_urls": {
"Homepage": "https://github.com/donno2048/PY-GUI"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b7c443590049ff949fc6f595f3bc0fb831e24f2d464688f0ddc9201a82e5e2ef",
"md5": "6ce79cc6c2851f8bac9a6031562eaeb2",
"sha256": "9a057097d24aba511d247cfa3161aa49e4e3a96e1eebc2721a2190b58126a451"
},
"downloads": -1,
"filename": "PY_GUI-1.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6ce79cc6c2851f8bac9a6031562eaeb2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4216,
"upload_time": "2022-09-20T18:59:23",
"upload_time_iso_8601": "2022-09-20T18:59:23.741557Z",
"url": "https://files.pythonhosted.org/packages/b7/c4/43590049ff949fc6f595f3bc0fb831e24f2d464688f0ddc9201a82e5e2ef/PY_GUI-1.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7d6434e6d5901d4bc2b789c44d1d0f369344c27015bf5ceb003867325c438327",
"md5": "54a0d2beee20afc69389256391df0b16",
"sha256": "5d23070242c41e4312651bd7cdda9daf90054879b8edfd06b1481aa3dc95743a"
},
"downloads": -1,
"filename": "PY_GUI-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "54a0d2beee20afc69389256391df0b16",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3597,
"upload_time": "2022-09-20T18:59:26",
"upload_time_iso_8601": "2022-09-20T18:59:26.283698Z",
"url": "https://files.pythonhosted.org/packages/7d/64/34e6d5901d4bc2b789c44d1d0f369344c27015bf5ceb003867325c438327/PY_GUI-1.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-09-20 18:59:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "donno2048",
"github_project": "PY-GUI",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "py-gui"
}