Akash Bora

Results 14 issues of Akash Bora

I added my ThemeMaker program inside example folder directly. As I described about the program in #264, it can create themes for customtkinter easily. @TomSchimansky As you mentioned your thoughts...

As we know that tkinter by default lacks a range slider widget which I guess is possible to make with tkinter. Though I found a module which can do this...

enhancement

I found these images and files in imageio's resource folder. Do they have any purpose or it is safe to delete that whole folder? ![Screenshot 2022-07-02 165421](https://user-images.githubusercontent.com/89206401/176998787-abf4233e-ffd0-4e0f-9ef4-da7fa24089b9.png)

type: enhancement
core
Good first issue

Hello @itsKaspar , I have some query related to your tomato script, Can you tell me how you achieved this effect with the script? Please mention the mode and parameters...

Hello @TomSchimansky, **I am making a widget maker for customtkinter which look like this** https://user-images.githubusercontent.com/89206401/197396161-26f89c59-d326-4ca7-b572-2cb2834b6870.mp4 I made the same for all the other widgets but some widgets like CTkSwitch are...

information

@TomSchimansky The new update is not compatible with applications made in older versions. Many arguments for the widgets are replaced by new names. Like **text_font** to **font**. Please add the...

tkVideoPlayer only seeks in seconds, but I want to seek the video based on frame number of video, can we do this with tkVideoPlayer and also the progress bar based...

CTk Scrollable Frame is not destroyed after using the `.destroy()` method. ```python import customtkinter as ctk root = ctk.CTk() frame = ctk.CTkScrollableFrame(root) frame.pack() frame.destroy() root.mainloop() ```

Can't set icon for CTkTopLevel. @TomSchimansky

Added audio feature, please test it with different videos. @PaulleDemon #2 What to test? - Different FPS videos with audio - Play/Pause/Seek - Monitor the memory changes I have separated...