Ezio Tarquilio

Results 2 comments of Ezio Tarquilio

Hello and thank you for appreciating the idea. The idea come from my need to have your template with the sidebar on the left, so the example is my first...

Hello, here similar dilemma: instructions misunderstandig or bug? **test.py** ``` import tkinter root = tkinter.Tk() menu_bar = tkinter.Menu(root) root.config(menu=menu_bar) a_menu = tkinter.Menu(menu_bar, tearoff=0) menu_bar.add_cascade(label="Menu", menu=a_menu) root.mainloop() ``` **opy_config.txt** ``` obfuscate_strings...