Python and USB

2009-10-14 Thread Ronn Ross
I'm new to Python and would like to capture mouse movements. I envision writing a script that will just write out the mouse movements in the term. Is this possible? Can someone point me in the right direction? -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and USB

2009-10-14 Thread Gabriel Genellina
En Wed, 14 Oct 2009 09:55:15 -0300, Ronn Ross ronn.r...@gmail.com escribió: I'm new to Python and would like to capture mouse movements. I envision writing a script that will just write out the mouse movements in the term. Is this possible? Can someone point me in the right direction?

Re: Auto execute python in USB flash disk

2007-03-28 Thread Graeme Glass
Or take a look at http://www.truecrypt.org/ (Unless like Brain said, you are doing this to learn) On Mar 27, 11:17 pm, Larry Bates [EMAIL PROTECTED] wrote: Brian Erhard wrote: I am still fairly new to python and wanted to attempt a home made password protection program. There are files that

Auto execute python in USB flash disk

2007-03-27 Thread Brian Erhard
I am still fairly new to python and wanted to attempt a home made password protection program. There are files that I carry on a USB flash drive that I would like to password protect. Essentially, I would like to password protect an entire directory of files. Is there a way to auto execute a

Re: Auto execute python in USB flash disk

2007-03-27 Thread Ene
On Mar 27, 9:56 am, Brian Erhard [EMAIL PROTECTED] wrote: I am still fairly new to python and wanted to attempt a home made password protection program. There are files that I carry on a USB flash drive that I would like to password protect. Essentially, I would like to password protect an

Re: Auto execute python in USB flash disk

2007-03-27 Thread kyosohma
On Mar 27, 11:56 am, Brian Erhard [EMAIL PROTECTED] wrote: I am still fairly new to python and wanted to attempt a home made password protection program. There are files that I carry on a USB flash drive that I would like to password protect. Essentially, I would like to password protect an

Re: Auto execute python in USB flash disk

2007-03-27 Thread Tim Golden
Brian Erhard wrote: Is there a way to auto execute a python script after a user double clicks to open a folder on the USB drive? How can you capture that double click event on a specific folder? That would depend on what desktop / Operating System you're using. If it's Windows, you need a

Re: Auto execute python in USB flash disk

2007-03-27 Thread Shane Geiger
Is there a way to auto execute a python script after a user double clicks to open a folder on the USB drive? How can you capture that double click event on a specific folder? That would depend on what desktop / Operating System you're using. If it's Windows, you need a shell extension

Re: Auto execute python in USB flash disk

2007-03-27 Thread Larry Bates
Brian Erhard wrote: I am still fairly new to python and wanted to attempt a home made password protection program. There are files that I carry on a USB flash drive that I would like to password protect. Essentially, I would like to password protect an entire directory of files. Is there a

Re: Auto execute python in USB flash disk

2007-03-27 Thread José Antonio Salazar Montenegro
I suspect he wants to do this just for the kicks. Just for completion, Truecrypt does precisely what you need. It has to be installed, but you could carry the installer unencrypted in the same USB drive. Larry Bates wrote: Brian Erhard wrote: I am still fairly new to python and

Re: Auto execute python in USB flash disk

2007-03-27 Thread Ben Finney
Ene [EMAIL PROTECTED] writes: Install the free PortablePython from http://www.portablepython.com/ on your USB flash drive, and go from there. To be clear: In addition to being a zero-cost download, Portable Python is free software: Python® distribution included in Portable Python is

Python and USB

2005-03-30 Thread RaviPaike
Rogger, I am trying to use wrapper for libusb. I downloaded the Usb.py but I am not sure that I have the libusb installed on my Pc. Can you help me in getting libusb.py or libusb.c . Thank you, Ravi -- http://mail.python.org/mailman/listinfo/python-list