473,414 Members | 1,980 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

Need Tutorial For the following lib

Hi every one. I need comprehensive tutorial for the following
library :

1. pyWinAuto
2. winGuiAuto

Thanks in advance
May 31 '08 #1
4 2485
Gandalf wrote:
Hi every one. I need comprehensive tutorial for the following
library :
1. pyWinAuto
2. winGuiAuto
I file all my Tutorials here:
http://www.google.com

In case you didn't notice, a few people are beginning to think you
are too lazy about doing the first steps yourself.

--Scott David Daniels
Sc***********@Acm.Org
May 31 '08 #2
Hi scott, you couldn't be more wrong about my laziness. I straggle
with my poor English for hours to fined what I'm looking for.
I found a very simple and not comprehensive tutorial for the pyWinAuto
lib in this address http://pywinauto.openqa.org/
but it only show how to do the basic, and my knowledge at this point
is not enough to figure the rest I need to know by myself
I found another simple lib for the watsup that based on winGuiAuto
lib in this address
http://www.tizmoi.net/watsup/intro.html
But for some risen I couldn't manage to ran it in my computer

I'm trying to generate auto mouse double click or auto selecting text
(the selecting text part is the one I interest in. mouse double click
just do the same effect if the mouse cursor is on text)

I'm sorry you feel I'm lazy. The truth is that event writing this
message takes me an enormous power.
weather you choose to help me or not I still going to keep trying ,
But you have the opportunity to save me lots of trouble, So maybe one
day I could help others.

so if you familiar with any good tutorial for this library please let
me know and if not then thank you anyway for wonting to help

Y.G

May 31 '08 #3
Gandalf wrote:
Hi scott, you couldn't be more wrong about my laziness. I straggle
with my poor English for hours to fined what I'm looking for.
I found a very simple and not comprehensive tutorial for the pyWinAuto
lib in this address http://pywinauto.openqa.org/
but it only show how to do the basic, and my knowledge at this point
is not enough to figure the rest I need to know by myself
I found another simple lib for the watsup that based on winGuiAuto
lib in this address
http://www.tizmoi.net/watsup/intro.html
But for some risen I couldn't manage to ran it in my computer

I'm trying to generate auto mouse double click or auto selecting text
(the selecting text part is the one I interest in. mouse double click
just do the same effect if the mouse cursor is on text)

I'm sorry you feel I'm lazy. The truth is that event writing this
message takes me an enormous power.
weather you choose to help me or not I still going to keep trying ,
But you have the opportunity to save me lots of trouble, So maybe one
day I could help others.

so if you familiar with any good tutorial for this library please let
me know and if not then thank you anyway for wonting to help

Y.G
What you want is an easy solution to what isn't an easy problem, but (as with
your other post) you refuse to provide enough information to allow us to help
you. If I were you, I would download wxPython and go through the demos that it
includes. comp.python.wxpython list is excellent (at least as good as this one)
for any follow-up questions. Windows events and mouse clicks are going to take
a concerted effort (on your part) to learn (especially if you haven't
accomplished such a task in another language).

-Larry
Jun 1 '08 #4
On Jun 1, 1:41 pm, Larry Bates <larry.ba...@websafe.com`wrote:
Gandalf wrote:
Hi scott, you couldn't be more wrong about my laziness. I straggle
with my poor English for hours to fined what I'm looking for.
I found a very simple and not comprehensive tutorial for the pyWinAuto
lib in this addresshttp://pywinauto.openqa.org/
but it only show how to do the basic, and my knowledge at this point
is not enough to figure the rest I need to know by myself
I found another simple lib for the watsup that based on winGuiAuto
lib in this address
http://www.tizmoi.net/watsup/intro.html
But for some risen I couldn't manage to ran it in my computer
I'm trying to generate auto mouse double click or auto selecting text
(the selecting text part is the one I interest in. mouse double click
just do the same effect if the mouse cursor is on text)
I'm sorry you feel I'm lazy. The truth is that event writing this
message takes me an enormous power.
weather you choose to help me or not I still going to keep trying ,
But you have the opportunity to save me lots of trouble, So maybe one
day I could help others.
so if you familiar with any good tutorial for this library please let
me know and if not then thank you anyway for wonting to help
Y.G

What you want is an easy solution to what isn't an easy problem, but (as with
your other post) you refuse to provide enough information to allow us to help
you. If I were you, I would download wxPython and go through the demos that it
includes. comp.python.wxpython list is excellent (at least as good as this one)
for any follow-up questions. Windows events and mouse clicks are going to take
a concerted effort (on your part) to learn (especially if you haven't
accomplished such a task in another language).

-Larry
Hi, Larry. thank you for your interaction.
I did manage to do half of the things I was asking you about them. I
manage to create an application which react to a mouse and keyboard
events that occur anywhere in the O.P (that done easily by the phHook
library here http://mindtrove.info/articles/monit...toc-references
)

And I manage to find lib which auto generate event
they event show you with video how simple it's to get done
http://pywinauto.openqa.org/
and this is the video. it's interesting
http://showmedo.com/videos/video?nam...fromSeriesID=7

The only problem is that they show only how to automatically open
notepad. they have this DoubleClick method as I saw in the
documentation (i think this is what I'm looking for) but they don't
show how to use it.

I'm telling you that because I believe it's not as complex as you
think it is. I think I'm close. if i could just fine a manual which
show more examples or a bit more information i can do this.

Thank you

Jun 1 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: binnyva | last post by:
Hello Everybody, I am writing an interactive tutorial for JavaScript. I created a text box into which the users can input javascript commands. On pressing a button, these commands will be...
15
by: binnyva | last post by:
Hello Everyone, I have just compleated a JavaScript tutorial and publishing the draft(or the beta version, as I like to call it) for review. This is not open to public yet. The Tutorial is...
10
by: Safalra | last post by:
When a poster in a forum I frequent said they were beginning to learn HTML, I thought I should direct them to a good HTML tutorial so that they wouldn't start using <blink> and the like....
9
by: julie.siebel | last post by:
Hello all! As embarrassing as it is to admit this, I've been designing db driven websites using javascript and vbscript for about 6-7 years now, and I am *horrible* at form validation. To be...
1
by: Auddog | last post by:
I have setup my database with a field set to timestamp. I would like to be able to query against this date in a search but would probably use only a date. IE. timestamp 2006-11-01 13:25:01 and I...
31
by: Antoon Pardon | last post by:
The following is part of the explanation on slices in the tutorial: The best way to remember how slices work is to think of the indices as pointing between characters, with the left edge of the...
0
by: TonyJ | last post by:
Hello! I use VS2005 and C#. I'm looking at ADO.NET and have found some test tutorial on microsoft MSDN. It can be found on google when searching for "Walkthrough: Saving Data to a Database...
4
by: Gandalf | last post by:
Hi every one. I need comprehensive tutorial for the following library : 1. pyWinAuto 2. winGuiAuto Thanks in advance
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.