update Readme.md

This commit is contained in:
Tom Schimansky 2023-04-22 17:33:04 +02:00
parent fe5ace8ab7
commit d23d99deb0
1 changed files with 7 additions and 1 deletions

View File

@ -17,6 +17,12 @@
--- ---
<div align="center">
<h5>
Official website: https://customtkinter.tomschimansky.com
</h5>
</div>
CustomTkinter is a python UI-library based on Tkinter, which provides new, modern and CustomTkinter is a python UI-library based on Tkinter, which provides new, modern and
fully customizable widgets. They are created and used like normal Tkinter widgets and fully customizable widgets. They are created and used like normal Tkinter widgets and
can also be used in combination with normal Tkinter elements. The widgets can also be used in combination with normal Tkinter elements. The widgets
@ -45,7 +51,7 @@ pip3 install customtkinter
The **official** documentation can be found here: The **official** documentation can be found here:
**➡️ https://customtkinter.tomschimansky.com**. **➡️ https://customtkinter.tomschimansky.com/documentation**.
## Example Program ## Example Program
To test customtkinter you can try this simple example with only a single button: To test customtkinter you can try this simple example with only a single button: