All Projects → slightlynybbled → tk_tools

slightlynybbled / tk_tools

Licence: MIT license
Python tkinter tools, Python3.7+

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tk tools

TKinterDesigner
TKinterDesigner is a tool software to develop the Python User Interface for Python programmer.
Stars: ✭ 663 (+670.93%)
Mutual labels:  tkinter, tkinter-graphic-interface
password-keeper
A simple and secure Password Management System made completely in Python.
Stars: ✭ 26 (-69.77%)
Mutual labels:  tkinter, tkinter-graphic-interface
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+5361.63%)
Mutual labels:  tkinter, tkinter-graphic-interface
python-gui-demos
This repo contains the basic demonstration of python gui
Stars: ✭ 31 (-63.95%)
Mutual labels:  tkinter, tkinter-graphic-interface
tkmacosx
Tkmacosx is a Python library extension to the Tkinter module. Change background and foreground colors of a Button, Use ColorVar to change colors of multiple widgets just like StringVar, and much more.
Stars: ✭ 48 (-44.19%)
Mutual labels:  widgets, tkinter
Ttkwidgets
A collection of widgets for Tkinter's ttk extensions by various authors
Stars: ✭ 57 (-33.72%)
Mutual labels:  widgets, tkinter
Python-Media-Player
Simple Music Player Written in Python And Tkinter
Stars: ✭ 40 (-53.49%)
Mutual labels:  tkinter, tkinter-graphic-interface
Calcu
CALCULADORAS
Stars: ✭ 22 (-74.42%)
Mutual labels:  tkinter, tkinter-graphic-interface
SSGS
SSGS is an easy-to-use grid system for the web. It allows you to quickly set up a responsive grid system using Sass.
Stars: ✭ 37 (-56.98%)
Mutual labels:  grid
Python-GUI-Bookstore
database application(SQLITE) with simple graphical user interface built by Tkinter
Stars: ✭ 41 (-52.33%)
Mutual labels:  tkinter-graphic-interface
grid-bundle
A Symfony2 Ajax Grid
Stars: ✭ 17 (-80.23%)
Mutual labels:  grid
togepi
A version control system built using Python and DropBox API
Stars: ✭ 23 (-73.26%)
Mutual labels:  tkinter
vue-grid-responsive
Responsive grid system based on Bootstrap for Vue
Stars: ✭ 27 (-68.6%)
Mutual labels:  grid
ggplotify
ggplot everything
Stars: ✭ 89 (+3.49%)
Mutual labels:  grid
php btc exchange
One of the our previous bitcoin exchanges.
Stars: ✭ 21 (-75.58%)
Mutual labels:  widgets
flexboxes
CSS flexbox framework with pure flexbox grid ability
Stars: ✭ 27 (-68.6%)
Mutual labels:  grid
react-datasheet-grid
An Airtable-like / Excel-like component to create beautiful spreadsheets.
Stars: ✭ 227 (+163.95%)
Mutual labels:  grid
react-super-styled
Responsive JSX layouts with Styled Components
Stars: ✭ 77 (-10.47%)
Mutual labels:  grid
cice-playground
CICE Full Stack Web Course
Stars: ✭ 12 (-86.05%)
Mutual labels:  grid
laravel-simplegrid
A simple component for generating powerful grids with Laravel.
Stars: ✭ 35 (-59.3%)
Mutual labels:  grid

Build Status

Documentation Status

Purpose

This repository holds useful high-level widgets written in pure python.
This library used type hints and requires Python 3.5+; it could, however, be back-ported to earlier Python versions without difficulty.

For more details, check out the documentation.

Here are some examples screenshots of the widgets you can create:

Button-Grid:

Button-Grid

Binary-Label:

Byte-Label

Calendar:

Calendar

Entry-Grid:

Entry-Grid

Multi-Slot Frame

Multi-Slot Frame

Graph:

Graph

Key-Value:

Key-Value

Label-Grid:

Label-Grid

LED: (size can be scaled)

LED

SevenSegment and SevenSegmentDisplay

Seven Segment Display

Gauge

Gauge

Gauge Documentation

Rotary-Scale: (Tachometer)

Rotary-Scale

Dependencies

This package is dependant on engineering_notation, which is one of my other packages.

Testing

Basic testing has been instantiated however it is currently limited. To execute style testing:

flake8 tk_tools

To execute automated tests:

py.test test.py

More testing will be added to new widgets as they are brought online while further testing will be added to old widgets as the project matures.

Contributions

Contributions for new widgets, documentation, tests, and resolving issues are welcomed.

Contribution guidelines:

  1. Fork the repository to your account.
  2. Clone your account repository to your local development environment.
  3. Create/checkout a new branch appropriately named by feature, bug, issue number, whatever.
  4. Make your changes on your branch. The ideal changes would:
  • have working examples in the examples directory
  • have documentation in the docs directory
  1. Push your changes to your github account.
  2. Create a pull request from within github.

All code is to be passing flake8 before it is merged into master!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].