GithubHelp home page GithubHelp logo

mdsirumon / ntk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from njnafir/ntk

0.0 0.0 0.0 199 KB

NTK is set of widgets and utils that implement high-level APIs.

License: MIT License

Python 100.00%

ntk's Introduction

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

Support

If you are having issues, please let us know. We have a mailing list located at: [email protected]

License

The project is licensed under the MIT license.

ntk's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.