Python: Difference between revisions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
== mouse control == | == mouse control == | ||
* dogtail | * dogtail | ||
* http://sourceforge.net/projects/xautomation/ | |||
* http://stackoverflow.com/questions/2986286/simulate-mouse-movement-in-ubuntu | |||
* http://seleniumhq.org/ | |||
== 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:36, 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/