Advertisement
here2share

# tk_features.py

Oct 16th, 2023
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. # tk_features.py
  2.  
  3. import tkinter as tk
  4.  
  5. tk_features = []
  6. for feature in dir(tk):
  7.     print(feature)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement