Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Dvlv/Tkinter-By-Example

Learn Tkinter By Example - a free book
https://github.com/Dvlv/Tkinter-By-Example

Last synced: 7 days ago
JSON representation

Learn Tkinter By Example - a free book

Lists

README

        

# Learn Tkinter By Example
Learn Tkinter By Example - a free book for learning tkinter, complete with full source code.

[Get the book here](Tkinter-By-Example.pdf)

Mobile formats ([mobi](assets/Tkinter-By-Example.mobi) and [epub](assets/Tkinter-By-Example.epub)) are now available in the [assets](assets) folder. However, I would recommend using [FBReader](https://fbreader.org) with the PDF version where possible.

## What's This Book About?

This book walks you through 7 full-featured applications built with Python and Tkinter. Each application will teach you different aspects of Tkinter which you can use for your own projects. Screenshots, source code and full explanations are included with each app.

The book assumes little-to-no experience with tkinter but will require some basic knowledge of the Python language.

Full source code of each application is available in the Code folder of this repository. The Latex source of the book itself is in the assets folder.

## Legal Stuff

### The Book

This book is licensed under Creative Commons Attribution-NoDerivs (CC BY-ND)

https://creativecommons.org/licenses/by-nd/4.0/

You are free to download this book as many times as you want and you are encouraged to share it with anyone and everyone who may benefit from it.

You are free to translate this book into another language if you wish.

If you wish to compile the Latex source into another format you may do so. If you then wish to redistribute this new format please submit it as a pull request here.

### The Python Code

This source code is licensed under the MIT Licence

https://opensource.org/licenses/MIT

You are free to download, modify, use, and re-distribute this code as you see fit.