Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 959 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 959 Bytes

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