A Tkinter addon for easy calculator widget creation
Project description
Calcuwidg
Calcuwidg is an easy Python library for creating calculators in Tkinter. Example usage:
from calcuwidg import *
from tkinter import *
import tkinter as tk
w=tk.Tk()
w.geometry("400x400")
w.title("Calcuwidg Example")
calc=Calcuwidg(tkinter-window=w, operators=["+","-","*","/"], btn-color="black")
w.mainloop()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
calcuwidg-1.0.0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file calcuwidg-1.0.0.tar.gz.
File metadata
- Download URL: calcuwidg-1.0.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1f59fc9bbbf664dc5fc03d782da5bf02ddbe5eb63e1fbc8b1aeb7024a2a95bc
|
|
| MD5 |
e2b13ab0aa4151ea93545c86adc3a585
|
|
| BLAKE2b-256 |
e0abd83f15ea667b8f1390d324e14dbe1f425bc9878584d09961c0260d0c48f1
|
File details
Details for the file calcuwidg-1.0.0-py3-none-any.whl.
File metadata
- Download URL: calcuwidg-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2354d775d50ec8ffbb0c3885989693fbc3571ed475dbb183c54b85c0d5646be2
|
|
| MD5 |
aaedbfabd3f7b6bf131e63699b5a3c96
|
|
| BLAKE2b-256 |
2523c0215f33b7d2b177f4c93ba5d2b777a0704d9b58d00f43ef825b0adf3c9d
|