Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvlv authored May 27, 2017
1 parent fee624c commit af16d32
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
# Learn Tkinter By Example
Learn Tkinter By Example - a free book complete with full source code for each chapter.
Learn Tkinter By Example - a free book for learning tkinter, complete with full source code.

## 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.

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

### The Book
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.

This book is licensed under Creative Commons
## Legal Stuff

Attribution-NoDerivs
### The Book

CC BY-ND
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 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.
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 Code

This source code is licensed under the MIT Licence

https://opensource.org/licenses/MIT


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

0 comments on commit af16d32

Please sign in to comment.