CustomTkinter
CustomTkinter copied to clipboard
What's next? Roadmap for this project.
Last updated: 26.9.2022
Next widgets I will add:
- CTkTextbox will be finished.
- CTkScrollableTextbox will be added by using CTkScrollbar combined with CTkTextbox.
- I will create a CTkTabview
- I will try to create a CTkScreenManager like the Kivy ScreenManager to switch between multiple screens in the same window.
- Create a CTkLinePlot and CTkLiveLinePlot with spline interpolation and colors matching the theme.
Next bug fixes and enhancements I will work on:
- Add .bind and .focus support to most widgets.