Re: Pixel control

2010-02-12 Thread joao abrantes
noone knows if it's possible? i really need this..

On Thu, Feb 4, 2010 at 10:57 PM, joao abrantes senhor.abran...@gmail.comwrote:

 Hello everyone. For example i am using a screen resolution of 800x600 is it
 possible to make python control the color of the pixels? For example paint
 the pixel (100,200) in red! And it would stay red when i am seeing a
 webpage, a movie, playing a game... etc.. Regards, João Abrantes.

-- 
http://mail.python.org/mailman/listinfo/python-list


Pixel control

2010-02-04 Thread joao abrantes
Hello everyone. For example i am using a screen resolution of 800x600 is it
possible to make python control the color of the pixels? For example paint
the pixel (100,200) in red! And it would stay red when i am seeing a
webpage, a movie, playing a game... etc.. Regards, João Abrantes.
-- 
http://mail.python.org/mailman/listinfo/python-list


os.starfile() linux

2009-11-30 Thread joao abrantes
i want a python program to start another python script and i want it to open
a new shell and to put the output of the new python program there.. how can
it be done?
-- 
http://mail.python.org/mailman/listinfo/python-list


Auto net surfing

2009-11-29 Thread joao abrantes
How can I make a python program that votes on certain polls ? Atm I am using
ClientForm to fill forms but the polls that I found are always of the type =
hidden and I don't know how to do it.

I would also want to do a python program that would vote on a website. For
example, if I go to this url http://games.top.org/ultima-online/ while I am
on this site: http://www.uo.burstfire.net/ that site will win a vote... if i
got to the same url but while i am on this site http://www.drw.ru/en/ the
vote goes to this one. Well how can I make python give me the vote for a
certain site? I don't know how this vote systems work sorry for the noob
questions.
-- 
http://mail.python.org/mailman/listinfo/python-list


Read any function in runtime

2009-10-23 Thread joao abrantes
Hey. I want to make a program like this:

print Complete the function f(x)=

then the user would enter x+2 or 1/x or any other function that only uses
the variable x. Then my python program would calculate f(x) in some points
for example in f(2),f(4).. etc . How can I do this?
-- 
http://mail.python.org/mailman/listinfo/python-list