eduwallet


Nameeduwallet JSON
Version 1.1.2 PyPI version JSON
download
home_pageNone
SummaryA simple budget program
upload_time2024-09-03 12:17:21
maintainerNone
docs_urlNone
authorkanade
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # What is this?
- this is just a simple project I have created in python that helps you figure out how much money you should allocate to different kinds of expenses in your life.
- this was mainly created for programming practise and for personal use
- feel free to add any suggestions!
# How do I use it?
- you can download the program with pip - [pypi project site](https://pypi.org/project/eduwallet/)
```
pip install eduwallet
```
- after installation, run the program with
```
python3 -m eduwallet
```
-
# Latest Update v1.1.1
## v1.1.0 brings a bunch of added features!
- you can now save and manage your plans and the different categories within them, allowing you to track how much money you have spent
- added a lot of visual improvements
- improved user's ability to cancel an action
- removed some bugs
- and other small changes
## v1.1.1
- fixed some bugs
## v1.1.2
- added project on pypi for easier installation

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "eduwallet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "kanade",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c3/08/7c9f91ef20dab89fc6dc2be869fd5e9a29b45a212a3b2ef66249e9e901ee/eduwallet-1.1.2.tar.gz",
    "platform": null,
    "description": "# What is this?\n- this is just a simple project I have created in python that helps you figure out how much money you should allocate to different kinds of expenses in your life.\n- this was mainly created for programming practise and for personal use\n- feel free to add any suggestions!\n# How do I use it?\n- you can download the program with pip - [pypi project site](https://pypi.org/project/eduwallet/)\n```\npip install eduwallet\n```\n- after installation, run the program with\n```\npython3 -m eduwallet\n```\n-\n# Latest Update v1.1.1\n## v1.1.0 brings a bunch of added features!\n- you can now save and manage your plans and the different categories within them, allowing you to track how much money you have spent\n- added a lot of visual improvements\n- improved user's ability to cancel an action\n- removed some bugs\n- and other small changes\n## v1.1.1\n- fixed some bugs\n## v1.1.2\n- added project on pypi for easier installation\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple budget program",
    "version": "1.1.2",
    "project_urls": {
        "Homepage": "https://github.com/pseudoisomer/eduwallet",
        "Issues": "https://github.com/pypa/sampleproject/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d2a03a74d3f31abf70e5d66504acd297af4e18cf63b96fb83af5d13979b610f",
                "md5": "79ee4fd12a1d163c48a365dc9ea49294",
                "sha256": "c20344bdebc18ce86382676c258f137a947e21a20c59d379c51ced1d441d2bf1"
            },
            "downloads": -1,
            "filename": "eduwallet-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "79ee4fd12a1d163c48a365dc9ea49294",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16778,
            "upload_time": "2024-09-03T12:17:20",
            "upload_time_iso_8601": "2024-09-03T12:17:20.100084Z",
            "url": "https://files.pythonhosted.org/packages/2d/2a/03a74d3f31abf70e5d66504acd297af4e18cf63b96fb83af5d13979b610f/eduwallet-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3087c9f91ef20dab89fc6dc2be869fd5e9a29b45a212a3b2ef66249e9e901ee",
                "md5": "40e8d12797c70a6da8fcacff59afd15f",
                "sha256": "2e564d6f59a5e20acbb89a9bca3b219d5625ad46be425c9a803459631c136bf6"
            },
            "downloads": -1,
            "filename": "eduwallet-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "40e8d12797c70a6da8fcacff59afd15f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15908,
            "upload_time": "2024-09-03T12:17:21",
            "upload_time_iso_8601": "2024-09-03T12:17:21.430028Z",
            "url": "https://files.pythonhosted.org/packages/c3/08/7c9f91ef20dab89fc6dc2be869fd5e9a29b45a212a3b2ef66249e9e901ee/eduwallet-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-03 12:17:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pseudoisomer",
    "github_project": "eduwallet",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "eduwallet"
}
        
Elapsed time: 0.30818s