About 57 results
Open links in new tab
  1. Simple Python calculator program. · GitHub

    May 8, 2016 · Simple Python calculator program. GitHub Gist: instantly share code, notes, and snippets.

  2. python-calculator · GitHub Topics · GitHub

    Jan 2, 2026 · This is a Love Calculator project written in Python with an amazing GUI using the tkinter library. The project asks the user to input their name and the name of their crush, and then calculates …

  3. Simple Python Calculator (GUI Version) - GitHub

    A user-friendly calculator built using Python and Tkinter. This project helped me learn how to design graphical user interfaces, manage button events, and handle mathematical operations visually.

  4. calculator-python · GitHub Topics · GitHub

    May 2, 2025 · It is my first project on python Graphical User Interface. This project always take the two numbers and do 4 operations (Addition, Subtraction, Multiplication and Division) between that two …

  5. Source Code for Calculator App project of the Python Project-based ...

    About Source Code for Calculator App project of the Python Project-based Learning for Beginners Playlist

  6. Python-Calculator - GitHub

    Python-Calculator 🧮 A simple Python implementation of a calculator, where users can perform basic arithmetic operations with a clean console interface and custom ASCII art.

  7. Simple Calculator Project Using Python and Tkinter Function

    Python Calculator with Tkinter A simple, user-friendly calculator built using Python and Tkinter. This project demonstrates the basics of GUI (Graphical User Interface) development with Python's Tkinter …

  8. GitHub - priyaa-lang/calculator-project: My simple python calculator ...

    This project includes two versions of a calculator: Python GUI Calculator – built using Tkinter (my first GUI project). Web Calculator – built using HTML and CSS for a browser-based interface.

  9. GitHub - problemsolvewithridoy/Love-Calculator: This is a Love ...

    Love Calculator This is a Love Calculator project written in Python with an amazing GUI using the tkinter library. The project asks the user to input their name and the name of their crush, and then calculates …

  10. GitHub - BitHeadmr/Calculator: python calculator project

    In this calculator program in python, the “Entry” function helps in making a text input field and we use .grid () method to define the positioning associated with the button or input field.