hemuprogrammes


Namehemuprogrammes JSON
Version 0.1.0.1.8.9 PyPI version JSON
download
home_page
SummaryThis is a Combination of GUI and CLI
upload_time2023-04-06 05:55:26
maintainer
docs_urlNone
authorHemanth Kumar
requires_python
license
keywords calculator pyautogui pytoexe legendary magic form pytoexegui py to exe py to exe autopytoexe simple gui calculator calender without calender module rock paper scissor game missing letters game simple calculator virtualatm tkinter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Multiple Beginner level Python Projects

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-360/)   


## Usage

- Make sure you have Python installed in your system.
- Run Following command in the CMD.
 ```
  pip install -U hemuprogrammes
  ```
## Example

 ```
# test.py
from hemuprogrammes import *

# First store the module in any variable or object
obj=Hemu()

## for legendary login
obj.magic_form()

## for simple gui calculator
obj.simple_cal_gui()

## for virtual atm
obj.virtualatm()

## for missing letters game
obj.missinglettersgame()

## for currency converter
obj.currency()

## for calender without calender module
obj.calender()

## for rock paper scissor game
obj.rockpapergame()

## for unrejectable proposal app
obj.propose()

## for real time music_player
obj.music_player()

## for tictactoe game
obj.tictactoe()

  ```

## Run the following Script.
 ```
  python test.py
 ```

## Note 
- This package contain beginner level projects which makes code easy.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "hemuprogrammes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "calculator,PyAutoGUI,pytoexe,Legendary,magic,form,pytoexegui,py to exe,PY TO EXE,autopytoexe,simple GUI calculator,calender without calender module,rock paper scissor game,missing letters game,simple calculator,virtualatm,tkinter",
    "author": "Hemanth Kumar",
    "author_email": "gujjalahemanthkumar789@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# Multiple Beginner level Python Projects\r\n\r\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 \r\n[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-360/)   \r\n\r\n\r\n## Usage\r\n\r\n- Make sure you have Python installed in your system.\r\n- Run Following command in the CMD.\r\n ```\r\n  pip install -U hemuprogrammes\r\n  ```\r\n## Example\r\n\r\n ```\r\n# test.py\r\nfrom hemuprogrammes import *\r\n\r\n# First store the module in any variable or object\r\nobj=Hemu()\r\n\r\n## for legendary login\r\nobj.magic_form()\r\n\r\n## for simple gui calculator\r\nobj.simple_cal_gui()\r\n\r\n## for virtual atm\r\nobj.virtualatm()\r\n\r\n## for missing letters game\r\nobj.missinglettersgame()\r\n\r\n## for currency converter\r\nobj.currency()\r\n\r\n## for calender without calender module\r\nobj.calender()\r\n\r\n## for rock paper scissor game\r\nobj.rockpapergame()\r\n\r\n## for unrejectable proposal app\r\nobj.propose()\r\n\r\n## for real time music_player\r\nobj.music_player()\r\n\r\n## for tictactoe game\r\nobj.tictactoe()\r\n\r\n  ```\r\n\r\n## Run the following Script.\r\n ```\r\n  python test.py\r\n ```\r\n\r\n## Note \r\n- This package contain beginner level projects which makes code easy.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is a Combination of GUI and CLI",
    "version": "0.1.0.1.8.9",
    "split_keywords": [
        "calculator",
        "pyautogui",
        "pytoexe",
        "legendary",
        "magic",
        "form",
        "pytoexegui",
        "py to exe",
        "py to exe",
        "autopytoexe",
        "simple gui calculator",
        "calender without calender module",
        "rock paper scissor game",
        "missing letters game",
        "simple calculator",
        "virtualatm",
        "tkinter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4342f1749ef8b02ad3262615cc4ab9ee13ac9581ed5cb4cafa3a1fd895a8f678",
                "md5": "7655434eff05dd8e22bae9b963932f9c",
                "sha256": "e361c3e91aacca17f9b4887008b99faf1d250521491f6e2b8b731a38f7b489ee"
            },
            "downloads": -1,
            "filename": "hemuprogrammes-0.1.0.1.8.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7655434eff05dd8e22bae9b963932f9c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 37432,
            "upload_time": "2023-04-06T05:55:26",
            "upload_time_iso_8601": "2023-04-06T05:55:26.056241Z",
            "url": "https://files.pythonhosted.org/packages/43/42/f1749ef8b02ad3262615cc4ab9ee13ac9581ed5cb4cafa3a1fd895a8f678/hemuprogrammes-0.1.0.1.8.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-06 05:55:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "hemuprogrammes"
}
        
Elapsed time: 0.05102s