#πŸ”’ How to learn customtkinter

15 messages Β· Page 1 of 1 (latest)

raven kayak
#

Is it worth using customtkinter or does tkinter work fine because I cant find any tuts for customtkinter if you know any help.

untold auroraBOT
#

@raven kayak

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

wintry spoke
# raven kayak Is it worth using customtkinter or does tkinter work fine because I cant find an...

Im assuming you mean tutorials or simply abbreviating tutorials.
I found some resources that should help you learn customtkinter.

Refrences:
https://www.youtube.com/watch?v=Y01r643ckfI
https://www.youtube.com/watch?v=MvzK9Oguxcg
https://www.youtube.com/watch?v=Miydkti_QVE

Docs:
https://customtkinter.tomschimansky.com/documentation/

Take a good look at the docs as it going to be the main way you are going to learn the ins and outs of the module.
I personally use ctk for a lot of beginner projects and find its lots of fun and easy to use. Its main use is its modern syle/colors right out of the box.
Hope this helps ya!

wintry spoke
# raven kayak Thanks a ton

Just found this nice playlist for ya.

https://youtube.com/playlist?list=PLMi6KgK4_mk0P9FWD1ULjzhzspu23h-Br&si=jMsBF-bNUYYCLt8k.
Also have a look at all the examples on the offical github
https://github.com/TomSchimansky/CustomTkinter.

raven kayak
#

lovely

long root
raven kayak
meager halo
#

@raven kayak I think I tried using CustomTkinter and it didnt have everything from tkinter implemented but that was a while ago

#

you might want to check on that

#

Ppersonally I'd go with tkinter between the two because you have more resources and you'll get help easier

long root
#

the core concepts of tkinter apply to customtkinter too, namely geometry management (how you place widgets) and event handling

#

afaik their main difference is the set of built-in widgets they provide, and how they're styled

untold auroraBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.