Python: Difference between revisions
No edit summary |
|||
Line 21: | Line 21: | ||
* http://stackoverflow.com/questions/2986286/simulate-mouse-movement-in-ubuntu | * http://stackoverflow.com/questions/2986286/simulate-mouse-movement-in-ubuntu | ||
* http://seleniumhq.org/ | * http://seleniumhq.org/ | ||
* http://www.sikuli.org/productivity.html | |||
== Links == | == Links == | ||
* http://stackoverflow.com/questions/2988211/how-to-read-a-single-character-at-a-time-from-a-file | * http://stackoverflow.com/questions/2988211/how-to-read-a-single-character-at-a-time-from-a-file |
Revision as of 09:42, 15 January 2013
Downloads
python for beginners
pip for python3
- apt-get install python3-setuptools
- easy_install3 pip
- pip-3.2 install <package>
mysql for python3
- pymysql
mouse control
- dogtail
- http://sourceforge.net/projects/xautomation/
- http://stackoverflow.com/questions/2986286/simulate-mouse-movement-in-ubuntu
- http://seleniumhq.org/
- http://www.sikuli.org/productivity.html