Code Monkey home page Code Monkey logo

tkinterhowtos's Introduction

tkinterhowtos

Python 3

Introduction

This repository contains solutions to simple "how to" problems in tkinter, that is problems you would ask help about by asking questions that start with "how to". An example of a question is how to remove a row from a Treeview?.

Goal

The aim of this project is to decrease the time looking up in the documentation and/or in websites like Stack Overflow for solutions to recurrent simple "how to" problems (while developing a tkinter GUI). It does that by providing concrete implementations of solutions (which you can simply copy and paste or, in general, easily adjust to your needs) and a logically structured repository.

Structure

The folder widgets contains examples of solutions to "how to" problems related only to specific widgets. For example, in widgets/Text we can find the file style_parts_of_text.py, which basically contains an example of a solution on how to style certain parts of text (or simple words) in a Text widget.

Every file is intended to contain solutions to one single problem. Examples are concise. Each module's doc-strings contains a list of the references used while implementing the example.

References

Many solutions to "how to" problems in this repository have been based on solutions I found on websites such as Stack Overflow. So, even if I'm the author of the concrete implementations in this repository, in many (or most) cases I'm not the originator of the ideas used to implement the solutions.

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.