I would like to follow along with this tut. Just making a simple GUI... (Trying).
https://youtu.be/iM3kjbbKHQU
I am now at line 7, saved and runned the code. I got this in return:
No module named 'customtkinter'
I did follow the step (pip install (and did update it after, since there was a copy-paste code beside the update text in cmd)) in command box. I'm writing code in pycharm. also earlier the import function did not work with other things i tried. what is going on? where do I miss something?```import customtkinter
customtkinter.set_appearence_mode("system")
customtkinter.set_default_color_theme("dark-blue")
root = customtkinter.CTk()
root.geometry("500x350")```
In this video, we learn how to build modern-looking graphical user interfaces (GUIs) in Python.
โพโพโพโพโพโพโพโพโพโพโพโพโพโพโพโพโพ
๐ Programming Books & Merch ๐
๐ The Python Bible Book: https://www.neuralnine.com/books/
๐ป The Algorithm Bible Book: https://www.neuralnine.com/books/
๐ Programming Merch: https://www.neuralnine.com/shop
๐ Social Media & Contact ๐ ...