Oki, not sure if this belongs here, but here goes anyway...
I've been toying around with Nick's Status Bar thingy, and I love it. I love it so much, that I want to be able to code stuff like this myself.
Now, the only coding language I have some experience with is Python.
My questions:
1) Is it possible to write a comparable program in Python ?
2) If it is, could someone link me to a decent UDP manual/tutorial ?
My 'ultimate' goal would be to have a frame with buttons that would send messages to MUSHclient. Since MUSH comes with UdpListen, I only need to implement a way to send packages using my program.
Any help or advice is most welcome ! Also, if anyone would think this is infeasible or too hard to accomplish, speak up. I already waste enough of my time on games ^^
I've been toying around with Nick's Status Bar thingy, and I love it. I love it so much, that I want to be able to code stuff like this myself.
Now, the only coding language I have some experience with is Python.
My questions:
1) Is it possible to write a comparable program in Python ?
2) If it is, could someone link me to a decent UDP manual/tutorial ?
My 'ultimate' goal would be to have a frame with buttons that would send messages to MUSHclient. Since MUSH comes with UdpListen, I only need to implement a way to send packages using my program.
Any help or advice is most welcome ! Also, if anyone would think this is infeasible or too hard to accomplish, speak up. I already waste enough of my time on games ^^