Skip to content

Convert your tkinter scripts and guis to custom tkinter with this command line tool. Comes with graphical user interface option and can determine programming paradigm and import structure to keep consistency across files

License

Notifications You must be signed in to change notification settings

osbarcelos79/tkinter-to-customtkinter-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Tkinter to CustomTkinter Converter

Python_logo_icon

tkinter-to-customtkinter-converter

Convert your tkinter scripts and guis to custom tkinter with this command line tool. Comes with graphical user interface option and can determine programming paradigm and import structure to keep consistency across files

please, please, please if you experience a bug or bad operations please submit them to me so i can fix it immediatly. i dont have hundreds of guis to test this on.

Updates April 14 2023

  • Now supports ttk by default
  • General syntax improvements in source code
  • General performance improvements
  • now converts all widget background_color to bg_color as specified in the property exception in customtkinter
  • converts all widget foreground_color to fg_color as specified in the the property exception in customtkinter

Coming Up Next

  • tkinter.ListBox conversion to customtkinter class ScrollableFrame or "ScrollableFrameBox/ScrollableCheckBox/ScrollableSwitchBox/ScrollableLabelBox"
  • possible CTkMessageBox addition from Akascape

Thank you!

Thank you Tom Schimansky for this wonderful and beautiful tkinter addition! I am not associated with customtkinter in any way.

Please see https://github.com/TomSchimansky/CustomTkinter

Getting Started

Windows Users

git clone https://github.com/Donny-GUI/tkinter-to-customtkinter-converter.git
cd tkinter-to-customtkinter-converter
python tk_to_ctk.py <target> <target2> <target3> ....

Unix/Linux Users

git clone https://github.com/Donny-GUI/tkinter-to-customtkinter-converter.git
cd tkinter-to-customtkinter-converter
python3 tk_to_ctk.py <target> <target2> <target3> ....

About

Convert your tkinter scripts and guis to custom tkinter with this command line tool. Comes with graphical user interface option and can determine programming paradigm and import structure to keep consistency across files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%