calculator python based
active 2023-08-18 → 2026-05-11 (UTC)
Activity over time
Daily event counts in the loaded window
Line chart, 998 days from 2023-08-18 to 2026-05-11. Pushes: 0 total, peak 0 in a day. Pull requests: 23 total, peak 4 in a day. Issues: 9 total, peak 1 in a day. Comments: 5 total, peak 2 in a day. Stars: 57 total, peak 2 in a day.
- Pushes
- Pull requests
- Issues
- Comments
- Stars
Stars, PRs, issues and forks are under-captured in the later part of this window. GH Archive progressively stopped capturing non-push events during 2026 — −95% or worse by the end of the window. Every series here except Pushes fades for that reason, so a decline above reflects the archive, not this repository. Pushes stay reliable throughout, so read them, and the contributor counts derived from them, as the real signal. Data health has the measurements.
Top contributors
Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity
| Contributor | Contributions | Pushes | PRs | Comments |
|---|---|---|---|---|
| kasarn-jeradechachai | 6 | 0 | 4 | 2 |
| AnilBiluvala | 3 | 0 | 2 | 1 |
| gab192727 | 3 | 0 | 0 | 1 |
| martlyma | 3 | 0 | 3 | 0 |
| Anand1020 | 2 | 0 | 1 | 1 |
| jenohsam2006 | 2 | 0 | 2 | 0 |
| Sanika631 | 2 | 0 | 0 | 0 |
| UtkR08 | 2 | 0 | 2 | 0 |
| Bexruzbek2206 | 1 | 0 | 0 | 0 |
| Santha45 | 1 | 0 | 1 | 0 |
| Yusufibin | 1 | 0 | 1 | 0 |
| Reddy35666 | 1 | 0 | 1 | 0 |
| Sean-Randall | 1 | 0 | 1 | 0 |
| Kavya33-ux | 1 | 0 | 0 | 0 |
| Amanpratap2711 | 1 | 0 | 1 | 0 |
| Raji1305 | 1 | 0 | 0 | 0 |
| Lahcen417 | 1 | 0 | 0 | 0 |
| kundan11yadav | 1 | 0 | 1 | 0 |
| masomahboob | 1 | 0 | 1 | 0 |
| sathvikreddy369 | 1 | 0 | 1 | 0 |
Recent activity
Latest issues, pull requests and releases
- Pull request#32Amanpratap27112026-02-24 10:20
- Issue comment#30AnilBiluvala2025-09-19 03:36Updated calc.py
- Pull request#30AnilBiluvala2025-09-19 03:36
- Pull request#30AnilBiluvala2025-09-19 03:35
- Issue#29Sanika6312025-09-12 05:32# Simple Calculator in Python def add(x, y): return x + y def subtract(x, y): return x - y def multiply(x, y): return x * y def divide(x, y): if y == 0: return "Error! Division by zero." return x / y print("Select operation:") print("1. Add") print("2. Subtract") print("3. Multiply") print("4. Divide") choice = input("Enter choice (1/2/3/4): ") num1 = float(input("Enter first number: ")) num2 = float(input("Enter second number: ")) if choice == '1': print(
- Issue#28Sanika6312025-09-11 12:27Calculator A simple and interactive Calculator built using Python. This project can perform basic arithmetic operations like Addition, Subtraction, Multiplication, and Division.
- Issue comment#27Anand10202025-08-30 02:37My first change
- Pull request#27Anand10202025-08-30 02:34
- Pull request#25sathvikreddy3692025-08-23 16:56
- Issue#26Raji13052025-08-05 18:11Add a modulous function
- Issue#24Kavya33-ux2025-04-27 08:40A simple calculator app built with python
- Pull request#23jenohsam20062025-04-24 18:19
- Pull request#23jenohsam20062025-04-24 18:19
- Pull request#22Reddy356662025-04-20 07:40
- Issue#21Bexruzbek22062025-04-14 06:35Abzor
- Pull request#20Sean-Randall2025-04-06 08:05
- Pull request#19Santha452024-12-12 19:21
- Pull request#18kundan11yadav2024-12-09 14:04
- Pull request#17Yusufibin2024-12-01 13:46
- Issue#16Lahcen4172024-11-15 09:56مباريات
- Pull request#15martlyma2024-10-29 21:20
- Pull request#14martlyma2024-10-29 21:17
- Pull request#13martlyma2024-10-26 19:55
- Pull request#12kasarn-jeradechachai2024-10-23 01:15
- Issue comment#12kasarn-jeradechachai2024-10-23 01:14Added Trig functions
Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 57 stars here means stars gained during the window, not the repo's star count.