Skip to content

sourhub226/python-calculator-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

made-with-python CodeFactor contributions welcome ViewCount

Python Calculator App

Google calculator clone made in python using Tkinter module.

gui

Python Dependencies:

  • asteval package (ASTEVAL provides a numpy-aware, safe(ish) ‘eval’ function)

Install the above python dependency using the following command

pip install -r requirements.txt