Name | libvpet JSON |
Version |
0.2.0
JSON |
| download |
home_page | None |
Summary | A virtual pet library for Python |
upload_time | 2024-11-25 16:36:28 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | MIT |
keywords |
virtual pet
game
library
python
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# `libvpet` - a virtual pet library
you want a pet? you have to code it >:)
## what's the purpose of this
I don't like existing virtual pet services, so I made my own. libvpet's goal is to be realistic as possible. you have to feed, play, and take care of your pet. if you don't, your pet will be sad :(
## how to use
```python
from libvpet import VirtualPet
pet = libvpet.VirtualPet("./cutedoggo.json", name="cutedoggo")
# feed your pet
pet.feed()
# play with your pet
pet.play()
# sleep your pet
pet.sleep()
# view status of your pet
pet.status()
# age your pet
pet.age_pet()
```
## competition
I will be hosting a competition to see who can implement a web version of this using libvpet. the winner will get a shoutout here. good luck! open an issue to submit your project.
Raw data
{
"_id": null,
"home_page": null,
"name": "libvpet",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "virtual pet, game, library, python",
"author": null,
"author_email": "sctech <gamerselimiko@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/de/d3/3bad96006ff4593e41abc52fe800e966d984e8c41e9c48f503769077b8c8/libvpet-0.2.0.tar.gz",
"platform": null,
"description": "# `libvpet` - a virtual pet library\nyou want a pet? you have to code it >:)\n## what's the purpose of this\nI don't like existing virtual pet services, so I made my own. libvpet's goal is to be realistic as possible. you have to feed, play, and take care of your pet. if you don't, your pet will be sad :(\n## how to use\n```python\nfrom libvpet import VirtualPet\npet = libvpet.VirtualPet(\"./cutedoggo.json\", name=\"cutedoggo\")\n\n# feed your pet\npet.feed()\n\n# play with your pet\npet.play()\n\n# sleep your pet\npet.sleep()\n\n# view status of your pet\npet.status()\n\n# age your pet\npet.age_pet()\n```\n## competition\nI will be hosting a competition to see who can implement a web version of this using libvpet. the winner will get a shoutout here. good luck! open an issue to submit your project.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A virtual pet library for Python",
"version": "0.2.0",
"project_urls": {
"Source": "https://github.com/sctech-tr/libvpet"
},
"split_keywords": [
"virtual pet",
" game",
" library",
" python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9d7d9c7d82f33b4c6d3de1b9feeee6e9017df049eb77809b0fcc867306ccf752",
"md5": "62864e481c76d41d6e7e1e08b3df1631",
"sha256": "41031562e9e3127c61d1794a590021c57e981bd51ee57ef63e9c26da3c8e8503"
},
"downloads": -1,
"filename": "libvpet-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "62864e481c76d41d6e7e1e08b3df1631",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3453,
"upload_time": "2024-11-25T16:36:26",
"upload_time_iso_8601": "2024-11-25T16:36:26.818245Z",
"url": "https://files.pythonhosted.org/packages/9d/7d/9c7d82f33b4c6d3de1b9feeee6e9017df049eb77809b0fcc867306ccf752/libvpet-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ded33bad96006ff4593e41abc52fe800e966d984e8c41e9c48f503769077b8c8",
"md5": "0310b8d2980a17d3d7a51f685c01f9dd",
"sha256": "72e33c20f8f3dd7d16c9d14f5b0abb2e4c54061e2a6c1f8d1c1accc67fcb0159"
},
"downloads": -1,
"filename": "libvpet-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "0310b8d2980a17d3d7a51f685c01f9dd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3203,
"upload_time": "2024-11-25T16:36:28",
"upload_time_iso_8601": "2024-11-25T16:36:28.369967Z",
"url": "https://files.pythonhosted.org/packages/de/d3/3bad96006ff4593e41abc52fe800e966d984e8c41e9c48f503769077b8c8/libvpet-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-25 16:36:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sctech-tr",
"github_project": "libvpet",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "libvpet"
}