pyghelper


Namepyghelper JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://www.github.com/charon25/PythonGameHelper
SummaryFunctions and classes to help use PyGame (WIP)
upload_time2024-08-03 18:02:11
maintainerNone
docs_urlNone
authorPaul 'charon25' Kern
requires_python>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Game Helper

A Pygame wrapper to help ease and fasten its use, notably, but not only, in sound and events.

This can be installed with:

```python -m pip install pyghelper```

This was designed for my own usage, and has been added to PyPi only for my own convenience.

## Features
- [x] SoundManager
- [x] EventManager
- [x] AnimationManager
- [x] Images methods
- [x] Miscellaneous methods (Window, ...)
- [x] Methods to convert dimensions from game space to screen space
- [ ] Platform manager
- [ ] Collision manager

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.github.com/charon25/PythonGameHelper",
    "name": "pyghelper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Paul 'charon25' Kern",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e2/9a/7970e31e07dbd1d408e783d0afd19cea1503b8f5b7afdf70bc261fa25895/pyghelper-0.0.3.tar.gz",
    "platform": null,
    "description": "# Python Game Helper\r\n\r\nA Pygame wrapper to help ease and fasten its use, notably, but not only, in sound and events.\r\n\r\nThis can be installed with:\r\n\r\n```python -m pip install pyghelper```\r\n\r\nThis was designed for my own usage, and has been added to PyPi only for my own convenience.\r\n\r\n## Features\r\n- [x] SoundManager\r\n- [x] EventManager\r\n- [x] AnimationManager\r\n- [x] Images methods\r\n- [x] Miscellaneous methods (Window, ...)\r\n- [x] Methods to convert dimensions from game space to screen space\r\n- [ ] Platform manager\r\n- [ ] Collision manager\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Functions and classes to help use PyGame (WIP)",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://www.github.com/charon25/PythonGameHelper"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11b30be57f73650b1c104a1adc35982281872821bc17af249786806f7555a606",
                "md5": "dfe7aa3840ab011286498be3f7e4a2cd",
                "sha256": "c710424a9d5ec0ca979ea2c65c3c6cb6cca1377636d0a785e86ac89093fe5569"
            },
            "downloads": -1,
            "filename": "pyghelper-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dfe7aa3840ab011286498be3f7e4a2cd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 10342,
            "upload_time": "2024-08-03T18:02:10",
            "upload_time_iso_8601": "2024-08-03T18:02:10.184410Z",
            "url": "https://files.pythonhosted.org/packages/11/b3/0be57f73650b1c104a1adc35982281872821bc17af249786806f7555a606/pyghelper-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e29a7970e31e07dbd1d408e783d0afd19cea1503b8f5b7afdf70bc261fa25895",
                "md5": "9b797d4d333dafa96104f7449c169d75",
                "sha256": "70c4ba6d39d583eac5e9054d9504ae1bc9eb587333030debdab94cbeb431f73f"
            },
            "downloads": -1,
            "filename": "pyghelper-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9b797d4d333dafa96104f7449c169d75",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 8941,
            "upload_time": "2024-08-03T18:02:11",
            "upload_time_iso_8601": "2024-08-03T18:02:11.812142Z",
            "url": "https://files.pythonhosted.org/packages/e2/9a/7970e31e07dbd1d408e783d0afd19cea1503b8f5b7afdf70bc261fa25895/pyghelper-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-03 18:02:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "charon25",
    "github_project": "PythonGameHelper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyghelper"
}
        
Elapsed time: 0.29124s