pygame-simple-core


Namepygame-simple-core JSON
Version 0.3.0 PyPI version JSON
download
home_page
Summarya easy to use framework to fastly make games with pygame
upload_time2023-10-30 03:33:27
maintainer
docs_urlNone
authorVinicius Putti Morais
requires_python
licenseMIT license
keywords pygame
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align='center'>
    <img src='https://github.com/viniputtim/pygame_simple_core/raw/main/assets/graphics/pygame_simple_core.png' alt='Logo'/>
</div>

**pygame_simple_core** is a easy to use framework to fastly make games with
[pygame](https://www.pygame.org/), it includes a main loop, some widgets and
functions.

# ⬇ Installation

```bash
pip install pygame_simple_core
```

# 📚 Documentation

See the [docs](https://github.com/viniputtim/pygame_simple_core/tree/main/docs/index.md)
for a complete guide.

# 📃 License

This project is provided under the MIT License. See the [LICENSE](LICENSE) file
for details.

# 🤓 Author

Vinicius Putti Morais



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pygame-simple-core",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pygame",
    "author": "Vinicius Putti Morais",
    "author_email": "viniputtim@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/be/da/ad65c91467ece9ebef59ad84eab4091d045b64fb498a4d939823815fc42a/pygame_simple_core-0.3.0.tar.gz",
    "platform": null,
    "description": "<div align='center'>\n    <img src='https://github.com/viniputtim/pygame_simple_core/raw/main/assets/graphics/pygame_simple_core.png' alt='Logo'/>\n</div>\n\n**pygame_simple_core** is a easy to use framework to fastly make games with\n[pygame](https://www.pygame.org/), it includes a main loop, some widgets and\nfunctions.\n\n# \u2b07 Installation\n\n```bash\npip install pygame_simple_core\n```\n\n# \ud83d\udcda Documentation\n\nSee the [docs](https://github.com/viniputtim/pygame_simple_core/tree/main/docs/index.md)\nfor a complete guide.\n\n# \ud83d\udcc3 License\n\nThis project is provided under the MIT License. See the [LICENSE](LICENSE) file\nfor details.\n\n# \ud83e\udd13 Author\n\nVinicius Putti Morais\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "a easy to use framework to fastly make games with pygame",
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [
        "pygame"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bedaad65c91467ece9ebef59ad84eab4091d045b64fb498a4d939823815fc42a",
                "md5": "3c46ccd89243921df4e27137877c19e2",
                "sha256": "9e7c6f2d4bd592524d5f6db40f30af24da8159fc071c9255afb0b5e691ae7ef3"
            },
            "downloads": -1,
            "filename": "pygame_simple_core-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3c46ccd89243921df4e27137877c19e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8545,
            "upload_time": "2023-10-30T03:33:27",
            "upload_time_iso_8601": "2023-10-30T03:33:27.247010Z",
            "url": "https://files.pythonhosted.org/packages/be/da/ad65c91467ece9ebef59ad84eab4091d045b64fb498a4d939823815fc42a/pygame_simple_core-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 03:33:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pygame-simple-core"
}
        
Elapsed time: 0.14358s