2025:
Lunes 5/12 - copilot y bookmarklet
Martes 5/13 - copilot y tampermonkey
Miercoles 5/14 - run Tcl scripts with python wrapper
import sys ; import tkinter
print ("Greeting from Python {}.{}.{}".format(*sys.version_info))
gui = tkinter.Tk()
gui.tk.eval(open('agrep.tcl', 'r').read())
gui.mainloop()
Sabado 5/31
Blynk for IoT
Uploaded random data from Tcl
Domingo 6/1
sc: the Venerable Spreadsheet Calculator
https://www.linuxjournal.com/article/10699