Ayush kaushik
Ayush kaushik
Python code for Calculator [https://github.com/Ak10604/Tkinter-Python-Projects](url) for original repo calculator.py ``` import tkinter as tk def evaluate_expression(event=None): try: result = eval(display.get()) display.delete(0, tk.END) display.insert(0, str(int(result)) if result.is_integer() else str(result)) except Exception:...
Any problem you found?
Hey @sukeesh, I’d love to contribute to this project by adding some new features: Audio Commands (voice-based interaction) Face Recognition (for authentication/automation) Telegram & Gmail Messaging Plugins with Alerts File/Folder...