Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pytk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pytk

A thin Pythonic layer on top of TkInter GUI.

  • 0.0.2.1
  • PyPI
  • Socket score

Maintainers
1

PyTK - Python ToolKit

PyTK - Python ToolKit: A thin Pythonic layer on top of TkInter GUI.

This Python library intend to provide a thin Pythonic abstraction layer on top of the most widely used tkinter functionalities.

The widget semantic follows, when possible, HTML conventions.

Installation

The recommended way of installing the software is through PyPI <https://pypi.python.org/pypi/pytk>_:

.. code:: shell

$ pip install pytk

Alternatively, you can clone the source repository from GitHub <https://github.com/norok2/pytk>_:

.. code:: shell

$ mkdir pytk
$ cd pytk
$ git clone git@github.com:norok2/pytk.git
$ python setup.py install

(some steps may require additional permissions depending on your configuration)

The software does not have additional dependencies beyond Python and its standard library.

It was tested with Python 2.7 and 3.5. Other version were not tested.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc