CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Bigger Example Application

Open knallgelb opened this issue 3 years ago • 1 comments

Please provide a bigger example application with

  • a menubar
  • change frame content according to the selected menuitem
  • display content (table) from an api (maybe from https://jsonplaceholder.typicode.com/), etc.
  • using multiple files.

Thanks!

knallgelb avatar Nov 23 '22 08:11 knallgelb

Please add also to example:

  • Adding new items to comboBox form GUI after button click

tcheslav9 avatar Nov 30 '22 21:11 tcheslav9

More resources: https://customtkinter.tomschimansky.com/tutorial/

Select multiple frames: https://github.com/TomSchimansky/CustomTkinter/blob/master/examples/image_example.py

TomSchimansky avatar Jun 19 '23 13:06 TomSchimansky