Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

42 Commits

Repository files navigation

kormochari

Kormochari is an automatic keyboard and mouse controlling system.

Install this library

Download and run kormochari installer file and do fun.

or

Follow this steps -

-> Step-1: Clone this repository -

git clone https://github.com/aratheunseen/kormochari.git

-> Step-2: Enter the main directory

cd kormochari

-> Step-3: Open CMD/Terminal in this directory

-> Step-4: Run setup.py file to complete the setup

pip install .

or

python setup.py

Create project

-> Step-1: create a file with extension .py (e.g. file_name.py)

-> Step-2: import kormochari library

from kormochari import kaz

-> Step-3: Call function

FunctionDefinationExample
screen_koto_boro()It will return screen width and heightkaz.screen_koto_boro()
amar_jaiga_dekhao(n_second_pore)Print position of mouse after n secondkaz.amar_jaiga_dekhao(5)
jao(x, y, n_second_pore)Move mouse to (X,Y) position after n secondkaz.jao(100,203,5)
lekho(kotha)Write inside text boxkaz.lekho("Ami ekai likhte pari.")
aste_lekho(kotha,koto_aste)Write inside text box one by one characterkaz.aste_lekho("Ami asteo likhte pari.",0.25)
chapo()Click left button of mousekaz.chapo()
dan_button_chapo()Click right button of mousekaz.dan_button_chapo()
button_chapo('x')Click 'x' button of keyboardkaz.button_chapo('enter')
dui_bar_chapo()Double click to left button of mousekaz.dui_bar_chapo()
ektu_thamo(n_second)It will wait n secondskaz.ektu_thamo(2)

-> Step-4: Run python file

 python file_name.py

Sample Code

After interpreting this code, It will search 'Notepad' on your start menu and will write "Jitbe tumio." inside Notepad -

 from kormochari import kaz
kaz.jao(20, 1060, 2)
kaz.chapo()
kaz.ektu_thamo(2)
kaz.aste_lekho('Notepad')
kaz.ektu_thamo(2)
kaz.key_chapo('enter')
kaz.ektu_thamo(7)
kaz.aste_lekho("Well Done.")

About

Kormochari is an automatic keyboard and mouse controlling system.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages