PATH: //usr/lib64/python3.9/tkinter
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📄 __main__.py
↓
X
📁 __pycache__/
X
📄 colorchooser.py
↓
X
📄 commondialog.py
↓
X
📄 constants.py
↓
X
📄 dialog.py
↓
X
📄 dnd.py
↓
X
📄 filedialog.py
↓
X
📄 font.py
↓
X
📄 messagebox.py
↓
X
📄 scrolledtext.py
↓
X
📄 simpledialog.py
↓
X
📄 tix.py
↓
X
📄 ttk.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: __main__.py
"""Main entry point""" import sys if sys.argv[0].endswith("__main__.py"): sys.argv[0] = "python -m tkinter" from . import _test as main main()
SIMPAN PERUBAHAN