Skip to main content
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 ...
glenn jackman's user avatar
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 ...
Reinderien's user avatar
  • 71.1k
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 ...
Reinderien's user avatar
  • 71.1k

Only top scored, non community-wiki answers of a minimum length are eligible