Skip to main content

A library for creating personalization window.

Project description

What is it?

KyInter is an addon for tkinter

What is it use for?

KyInter can create your personalization window fast

How to download it?

enter in your cmd
pip install KyInter

if it fails, you can try to enter
python -m pip install KyInter
or enter
python3 -m pip install KyInter

Give me a example code.

# import KyInter
from KyInter.KySetups import Setup
from KyInter.KyWidgets import MainWindow, Font, Label

# if you want a high definition, enter this
Setup.setHighDefinition()

# create a simple window
mainWindow = MainWindow()
mainWindow.setTitle("MyWindow") # set title
mainWindow.setSize(400, 300) # set size

# create a font
# family is modern "Microsoft YaHei" (Chinese)
# size is 12
# enable bold, italic, underline and overstrike
font = Font(family="Microsoft YaHei", 
            size=12, 
            bold=True, 
            italic=True, 
            underline=True, 
            overstrike=True
            )

# create a label
# use newly created font
label = Label(mainWindow, "yes优化的字体", font)

# finally, exec
mainWindow.exec()

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

kyinter-0.1.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kyinter-0.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file kyinter-0.1.tar.gz.

File metadata

  • Download URL: kyinter-0.1.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for kyinter-0.1.tar.gz
Algorithm Hash digest
SHA256 72b040826f738b27c5e6020a7bd15da40b1f425bf59d56d9772b04c523be8b2a
MD5 711d8ae025f14b19c34b3932886a321e
BLAKE2b-256 b8f1aff026bb87285debd6a48ec13d7b557b4ec97117cb91b47c3752b85035ba

See more details on using hashes here.

File details

Details for the file kyinter-0.1-py3-none-any.whl.

File metadata

  • Download URL: kyinter-0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for kyinter-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d985ffb6de21d95b092640fb02890d5a3c5f185e5a61c252391dc8f61a6beafd
MD5 c1f5114c950af663bf38b887256420a4
BLAKE2b-256 3aa9774a08070386eaf98d26f2be0aaf270ca1a05ba07fe79b50944669d63746

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page