connecting arduino to google earth using python in linux platform

hi please help in this topic..

i am trying to connect arduino to google earth using python as a middle ware. actually my project is to control google earth by left, right, up and down movements through joystick connected to arduino using python

please help me

Thanks
manoj

Welcome Manoj, to the wonderful world of Arduino,

please help me

please provide info... Please post code and your design sofar.

What parts do you have?
Can you read a joystick with Arduino?
Can you send the movements of the JS over Serial to the Python PC?
Is it a linux, Mac or windows PC?
or something different?
Can you receive Serial commands from Arduino in Python?
Can python convert this commands to appropiate commands for G.E.?

Please note that several questions are outside the Arduino scope ..

.... i have joystick shield from Arduino and an UNO board
.... arduino with joystick works well in terms of analog read and analog write
.... i downloaded pyserial package to communicate with arduino
.... working with linux platform

and i am not getting the proper source with python and google earth

So you are able to send the Joystick directions to python.

Can you post your code sofar?