##This is a Python UI based calculator Software.
The tkinter package (“Tk interface”) is the standard Python interface to the Tcl/Tk GUI toolkit which is used in this Script.
To run this script.
- Firstly you need to download it and unzip in a specific folder.
- then you need to open the cmd or anaconda Prompt and check Python availablity. if not availabe then install.
- then install library Tkinter for script function and import used tools.
- after all of this here comes the final stage in which you can run the script easily using cmd or anaconda prompt.
- firstly copy the folder path in which you have pasted the .py file then copy it and change directory using command $ cd :path\
- then after changing type ( python sample.py )
- here you have sucessfully run the script.