Skip to content

Commit 1ec366a

Browse files
authored
Update README.md
1 parent 4335ef9 commit 1ec366a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Python-GUI-Calculator
22
A simple GUI Calculator using Tkinter in Python.
3-
4-
![Calculator](https://github.com/SaiSwarup27/Python-GUI-Calculator/blob/master/images/Calculator.png)
3+
<p align='center'>
4+
<img src='https://github.com/SaiSwarup27/Python-GUI-Calculator/blob/master/images/Calculator.png'/>
5+
</p>
56

67
#### How it works?
78

89
>It has an entrybox that can accept input from the keyboard. Additionally, it also has some buttons which when pressed automatically inserts the corresponding character in the entrybox. After that, when the equal button is clicked, it takes the input from the entrybox and evaluates the result and displayed in entry box.
910
1011
>If any syntax error encountered in the entry box then a pop up message will be displayed saying that syntax error
11-
12-
<img src='https://github.com/SaiSwarup27/Python-GUI-Calculator/blob/master/images/ErrorMsg.png' align='center'/>
12+
<p align='center'>
13+
<img src='https://github.com/SaiSwarup27/Python-GUI-Calculator/blob/master/images/ErrorMsg.png' align='center'/>
14+
</p>

0 commit comments

Comments
 (0)