Akascape / CTkXYFrame

A better scrollable frame for customtkinter.
MIT License
47 stars 4 forks source link
customtkinter tkinter tkinter-gui tkinter-python

CTkXYFrame

A better scrollable frame for customtkinter!

Screenshot

Features

Installation

GitHub repo size

Download the source code, paste the CTkXYFrame folder in the directory where your program is present.

Usage

import customtkinter
from CTkXYFrame import *

root = customtkinter.CTk()

xy_frame = CTkXYFrame(root)
xy_frame.pack()

root.mainloop()

All other methods and arguments of CTkScrollableFrame can be used with CTkXYFrame