Sharpen blurry Tkinter scaling on Windows 10 high DPI displays
Project description
High-DPI-Tkinter
Sharpen blurry Tkinter scaling on Windows 10 high DPI displays
Installation
Install using pip
pip install hdpitkinter
Usage
Replace tkinter.Tk() to hdpitkinter.HdpiTk()
# from tkinter import Tk
from hdpitkinter import HdpiTk
# root = Tk()
root = HdpiTk()
# After that use like Tk instance
root.mainloop()
License
MIT License
Citation
Packaged by citing https://stackoverflow.com/questions/41315873/attempting-to-resolve-blurred-tkinter-text-scaling-on-windows-10-high-dpi-disp
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hdpitkinter-1.0.2.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file hdpitkinter-1.0.2.tar.gz
.
File metadata
- Download URL: hdpitkinter-1.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | febb4a47dd9ca0d42e9c73b369d38f1f3b622d9d073527478bf204cdf772114b |
|
MD5 | 9f10b32ee64d76f950295abf20a26548 |
|
BLAKE2b-256 | a2012415312e109f119e49830dc75e62d700cdc3ddc21218c15edd3d5bc2437e |
Provenance
File details
Details for the file hdpitkinter-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: hdpitkinter-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bccc4d1b48312282ff83b2b41c20b39ed4396c6d36489e8a5ced053bb570ad6f |
|
MD5 | d81b899be3b76bf6dfeb6581b361511d |
|
BLAKE2b-256 | d50d1070f09897509fd7e28851bf125fdf6f54c59432a88d9a75408d7a8aa353 |