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

# 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.8.tar.gz (4.1 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.8-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for kyinter-0.8.tar.gz
Algorithm Hash digest
SHA256 2e08c640d5f6304efb555f76b136ec8fc052b589b68ad165a0055d3460035a4f
MD5 8e973075dead1afe6a34f79ea39367ec
BLAKE2b-256 2ca88b5be4782db38d5c674e8aa8366be0b49a01b4b390b200552d9b46ed9509

See more details on using hashes here.

File details

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

File metadata

  • Download URL: kyinter-0.8-py3-none-any.whl
  • Upload date:
  • Size: 4.6 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 0f46cee3ac8f348a5620e65a20d19b22f56c342b3952b015f3a46a21a2c8b2ac
MD5 6b4237b2b48a4ce1426205d2dad08a6f
BLAKE2b-256 809d097193bc7472c6f8827a0bbbb9154873fb595f1c6319e40bfcff7a576fb8

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