79474450

Date: 2025-02-28 03:46:11
Score: 4
Natty:
Report link

Based on the code provided:

tkinter and tkinter.ttk have lots of overlapping classes, like Label, Button, Frame. I'm not sure it's a good idea to mix them with the wildcard import *. Try instead:

import tkinter as tk
from tkinter import ttk

Based on expected problems:

Could you clarify:

Also, do you think there is a problem with style? (Based on the code you've chosen to show). Sorry, can't comment under the posts yet, so decided to answer instead.

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • RegEx Blacklisted phrase (2.5): Could you clarify
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Artem Shush