Welcome! This is the documentation for masterprograming 0.0.7.

Master Programming is a Python PIP Package that enables people that aren’t well to Build Software By Coding. Masterprograming.com provides all the Build Software for ABSOLUTELY FREE OF COST.
It is a Package Created For Educational Purpose,
Parts of the documentation:
Here Is The masterprograming method List that you can use of this method for developing a program.
- MPInfo – For Package Information
- MPHindi – For Learning Python in Hindi
- MPSimpleGui – Tkinter Calculator App
- MPPnr – PNR Checker App
- MPKeyboard – Onscreen Keyboard App
- MPCal – Calculator App
- MPQuiz – Quiz App
- MPSciCal – Scientific Calculator App
- MPApp – Tkinter Login And Signup With Database
- MPTodoApp – Todo list App
- MPNotePad – NotePad App
- MPBanking – Banking Software
How to Install masterprograming Package
pip install masterprograming
How to Import masterprograming Package
from masterprograming import *
How to Create Objects
dk = Master()
How To use masterprograming Package
Example 1 – MPInfo:
MPInfo Method Provide You Information of masterprograming packages.
from masterprograming import * dk = Master() dk.MPInfo()
Output :
MasterPrograming.com -------------------- Welcome To MasterPrograming library 2021 Master Programing is a PIP Package that enables people that aren't well to Build Software By Coding And Its Provides already Built Software. ---------------------------------- Objects Names MPHindi - For Learning Python MPSimpleGui - Tkinter Calculator App MPPnr - PNR Checker App MPKeyboard - Onscreen Keyboard App MPCal - Calculator To Add Numbers MPQuiz - Quiz App MPSciCal - Scientific Calculator App MPNotePad - NotePad App MPTodoApp - Todo list App MPBanking - Banking Software
Example 2- MPHindi:
If You have Any Doubts About Python Function And Python Any Topic Then You Can Use MPHindi Method. Its Provide You Each And Every Python Topic With Example In Hindi |
Output:
MasterPrograming.com -------------------- Enter Python Topic Name :string String ek data type hota hai Collection of Character, String python me us time i stemal karte hai jahah par Hame ek se jyada character use karne padte hai. Example --------------------- Name = "Masterprogramming" #string print(Name) a = "masterprogramming" print(a + str('3')) # use str function --------------------- Output --------------------- Mastrprogramming masterprogramming3
Example 3 – MPSimpleGui
MPSimpleGui Developed In Tkinter Library, This is a Simple GUI App.
from masterprograming import * dk = Master() dk.MPSimpleGui()
Output:

Example 4 – MPPnr:
MPPnr Method Provide You GUI App For Checking Pnr Status.
from masterprograming import * dk = Master() dk.MPPnr()
Output:

Example 5 – MPKeyboard
MPKeyboard Method Provide You On-Screen Keyboard With All Functionality.
from masterprograming import * dk = Master() dk.MPKeyboard()
Output:

Example 6 – MPCal
MPCal Method Provide You Tkinter Desktop Simple Calculator.
from masterprograming import * dk = Master() dk.MPKeyboard()
Output:

Example 7 – MPQuiz
MPQuiz Method Is Provide You Advanced Quiz Application Program.
from masterprograming import * dk = Master() dk.MPQuiz()
Output:

Example 8 – MPSciCal
MPSciCal Method Is Provide You Advanced Scientific Calculator GUI.
from masterprograming import * dk = Master() dk.MPSciCal()
Output:

Example 9 – MPTodoApp
MPTodoApp Method Provide You Advanced Todo Gui App.
from masterprograming import * dk = Master() dk.MPTodoApp()
Output:

Example 10 – MPNotePad
MPNotePad Method Provide You NotePad Desktop App With Medium Functionality.
from masterprograming import * dk = Master() dk.MPNotePad()
Output:

Example 11 – MPBanking
MPBanking Method Provide You Best Quality Design And Banking GUI App.
from masterprograming import * dk = Master() dk.MPBanking()
Output:

Next Method Coming Soon
Click Here For New Version – PyPI MasterPrograming