Metadata-Version: 2.1
Name: hemuprogrammes
Version: 0.1.0.1.8.9
Summary: This is a Combination of GUI and CLI
Author: Hemanth Kumar
Author-email: gujjalahemanthkumar789@gmail.com
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
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Requires-Dist: tk
Requires-Dist: pygame
Requires-Dist: mutagen

# 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.
