NTK is set of widgets and utils that implement high-level APIs.
Project description
Project description
NTK is set of widgets and utils that implement high-level APIs for accessing many aspects of modern desktop systems. These include database management with orm, widgets like js components, as well as desktop UI development in less code.
NTK is a comprehensive set of Python bindings for tkinter and ttk. It is a comprehensive and easy to use GUI library for python. It lets you create attractive design in a quick and convenient way.
It also comes with a dynamic ORM that lets you easily create update and delete your fully functioning database system. It’s also packed with high quality widgets with a variety of choices that can be easily configured to your application.
Installation
The latest version of ntk can be installed from PyPI:
pip install ntk
Quick use
Copy code from below and paste into a python file, then see the magic difference between base tkinter and ntk
from ntk import Tk
def main():
root = Tk()
root.mainloop()
if __name__=='__main__':
main()
Documentation
The documentation for the latest release can be found in NTK Documentation
Author
NTK is a open source libraries for Python, Initially developed by Nj Nafir, Everyones can contribute to build NTK as friendly and handy library.
Contribute
- Issue Tracker: NTK Issues
- Source Code: NTK Sources
Support
If you are having issues, please let us know. We have a mailing list located at: njnafir@gmail.com
License
The project is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ntk-1.1.3.tar.gz
.
File metadata
- Download URL: ntk-1.1.3.tar.gz
- Upload date:
- Size: 56.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae829d928fd3db529aea703ecb866433e3790095126c657a8bb010b44763be6a |
|
MD5 | ea4d44c52078b9e03b5b6e4294a94e72 |
|
BLAKE2b-256 | 385265abf608bfd8ac737121c691e8ee0ac65ffcaeaa5f3c750262c60dfee08b |
File details
Details for the file ntk-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: ntk-1.1.3-py3-none-any.whl
- Upload date:
- Size: 67.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 892cd8a612a3c6a967804b601a5df821373c8b6ac30397d7b787858151a437a8 |
|
MD5 | 439c9bf54c7089f68cbaff46988f67e0 |
|
BLAKE2b-256 | 564f2dbe7c44c10a2e3f41f925d71a767875e9221145593de8c7023c49445e96 |