Desi Founder @ Work

Archive for February, 2009

16 Feb, 2009

Python: Copy to clipboard

Posted by: sharjeel In: Programming

I use this small utility function for debugging certain Python scripts, especially those for processing data, e.g. moving some bits of information to Excel.
The idea is pretty simple. Just pass it some information and it’ll be available in your clipboard.
 
import sys
import win32clipboard as wc
import win32con
 
def copy_to_clipboard(msg):
if sys.platform == ‘win32′:
[...]

08 Feb, 2009

Carputer Kit for Sale

Posted by: sharjeel In: forsale

Few months back I wrote about my Carputer which I built over the past two years. I’ve had loads of fun with it, especially when I installed few months ago.
Here’s a good news for all those who were feeling jealous :P I’m selling my Carputer.

The stuff includes:
1) Lilliput Touchscreen 8″ LCD
2) Garmin GPS Module
3) Dell [...]

Tags: