Free Code!

This is a place I’ll be posting code, modules and other stuff that may make other’s lives easy when programming. I can’t guarantee the code will work well/as you want but hopefully you guys are good enough to modify it to work for you 😛

I’ll try and do updates for these but again I can’t guarantee much 😛


Graph.py

This is a graphing module for python2.7. It works as a Tkinter widget so you must use the standard code to initialise a Tkinter window and then you can add it as you would a textbox/label/canvas etc.
See the example code at the bottom for more help or contact me if you’re reeeeeaaallly stuck 😛

Network.py

This is a lovely Unity3D inspired (sorry :L) way of synchronising classes, calling functions on remote machines with all the socket horrors of sockets and protocols handled for you! Example code is at the bottom of the file or you can get a tkinter IRC here for it (you’ll need to run Network.py and select server to ech stuff).


Chances are more stuff will appear here in time.

Hopefully…

Leave a comment