Ziad

Results 5 issues of Ziad

**Hello there, everybody who is hearing and seeing this issue,** I think it is the time to create an English version of the file `README.md` in the `main` branch, if...

Hi, So I have been trying to make a simple wrapper application for the Microsoft Clipchamp's online video editor application, and after following your example and doing my own modifications...

v123

as the title says, also here is a portion of the program's code that has the bug: ```py # .................................................. self.rammappath_frame = Frame(self.show_wframe, bg=getCurrentAppearanceMode()[0]) self.rammappath_frame.grid(column=0, row=3, sticky='w') self.rammappath_input = CTkEntry(self.rammappath_frame,...

Hey Tom, I found a way you can use to create a program that uses `customtkinter` in `--one-file` mode using `pyinstaller`. The solution is by inserting this piece of code...