2010-06-13 16:50:43 -04:00
|
|
|
What Is Simba?
|
|
|
|
==============
|
|
|
|
|
|
|
|
Simba is a program used to repeat certain (complicated) tasks. Typically these
|
|
|
|
tasks involve using the mouse and keyboard. Simba is programmable, which means
|
|
|
|
you can design your own logic and steps that Simba will follow, based upon
|
|
|
|
certain input.
|
|
|
|
|
2010-06-13 17:17:00 -04:00
|
|
|
This "input" can vary greatly; from data in files to colors and text on the screen.
|
2010-06-13 16:50:43 -04:00
|
|
|
|
|
|
|
.. This needs more info
|
|
|
|
yep
|
2010-06-13 17:17:00 -04:00
|
|
|
Not really, you basically covered what Simba is in the above paragraph.
|
2010-06-13 16:50:43 -04:00
|
|
|
|
|
|
|
Simba can:
|
|
|
|
* Find and read colours on the screen.
|
|
|
|
* Click or move the mouse to a specific position on the screen. Typically
|
|
|
|
this is the position of a found color or bitmap.
|
|
|
|
* Read and write files.
|
|
|
|
* Connect to the internet to read websites and post data to them.
|
2010-06-13 17:17:00 -04:00
|
|
|
* Read text on the screen and turn it into actual text. (Optical Character
|
2010-06-13 16:50:43 -04:00
|
|
|
Recognition)
|
|
|
|
|
2010-06-13 17:17:00 -04:00
|
|
|
and much, much more. Start now by :ref:`installingsimba`.
|
2010-06-13 16:50:43 -04:00
|
|
|
|
|
|
|
If you want to know more about Simba, see :ref:`whysimba`
|