Chat and learn with Kronus, your virtual assistant
Fir git users
git clone https://github.com/ZhengLinLei/Kronus.py.git
And manual download
https://github.com/ZhengLinLei/Kronus.py/archive/refs/heads/master.zip
Write in your terminal
pip install .
And then python will automatically install all the modules in setup.py
. If in some cases flash an error, you can download manually the modules from MODULES.txt
file.
Run this command
python src/
or in some python users
py src/
If you have different versions of python you need to write the current command to run the src
folder.
Kronus at you services! Kronus can help you anytime you want.
Try saying:
Hello
Where I am
Coronavirus in China
Search China in Wikipedia
Tell me the current day
What time is it
The weather
Tell me a joke
Take a screenshot
Who's your creator
Goodnight
Open youtube.com
Bye
Exit
Turn off
Assistant
Who are you
If you want to configurate to send emails with kronus, you must to activate the option in email.setting.json
, and insert all the email server details.
{
"activated": false,
"server": "localhost",
"port": 587,
"login": {
"username": "localhost",
"password": "localhost",
"email": "default@localhost"
}
}
Try saying:
Send an email
And then if you want to enter the text manually you can say manually
and then Kronus will open an input to enter the text.
If you want to disable Kronus windows you can access between tkinter.setting.json
file and change activated = true
to activated = false
.
You can change the windows option too
{
"activated": true,
"height": 300,
"width": 300
}
This project it is growing, and we need your help. If you find some bugs you can tell us in Issues section
We will update an executable file, to download and run the application without python.