3
votes
Accepted
A clock and a fortune: a full screen clock with random quotes in Tcl/Tk
Nice code. I only see a couple of items
add package require Tk to be explicit you need tk
use uplevel #0 $body instead of ...
2
votes
Accepted
Adding more functionality to tkinter for projects (Revised)
Some improvement, but there's still more :)
Don't semicolon-delimit statements
self.window = super(); self.window.__init__()
There's nearly never a good reason ...
1
vote
Accepted
Adding more functionality to tkinter for projects
Welcome to CodeReview! Good first post.
Comments
Having comments is great. Your convention is a little odd - there's no need for triple hashes. A single hash at the beginning is more common.
File ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
tk × 11python × 9
tkinter × 6
gui × 3
beginner × 2
python-3.x × 2
framework × 2
performance × 1
object-oriented × 1
ruby × 1
python-2.x × 1
graph × 1
animation × 1
timer × 1
graphics × 1
tcl × 1