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.KyCore import Position, Size
from KyInter.KyWidgets import MainWindow, Font, Label

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

# create a simple window
mainWindow = MainWindow()
mainWindow.setTitle("MyWindow") # set title
mainWindow.setSize(Size(400, 300)) # set size
mainWindow.setFixedSize(True) # set fixed 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, "COOL TEXT", font)
label.setPosition(Position(131, 117))

# 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.9.tar.gz (6.6 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.9-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for kyinter-0.9.tar.gz
Algorithm Hash digest
SHA256 e28ee3b13bd2dff4cade446db0c65d39f04de61769ff071a82c2080b578d4ee9
MD5 a82b92c6e95ea70bf3018b57b8c83b99
BLAKE2b-256 8d77cdfed37f77d326a08ce631b40225176a4c3a8a250790e10ec10ca9bb36f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: kyinter-0.9-py3-none-any.whl
  • Upload date:
  • Size: 6.3 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.9-py3-none-any.whl
Algorithm Hash digest
SHA256 1d95bd8f0fc41a95e448333a86a3e5fae801d917dbc7987289cba1b927bc9896
MD5 1a507ce7fa5cfd84b803325a615687ba
BLAKE2b-256 cdb947cc3d57f80a2fedc50c5fd1223cbcd58a27099b8713309352f65f1aeb27

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