Coder Social home page Coder Social logo

kronus.py's Introduction

Kronus.py




Kronus.py Logo


Chat and learn with Kronus, your virtual assistant

Contributing · Issues

Kronus.py License   Kronus.py Version


How to use

1. Clone or install repository 📁

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

2. Install the modules ⬇️

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.

3. Run Application ✨

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.

Functions 🤖

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

Send an email

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.

Close Kronus GUI

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
}

Comming soon

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.

Love this repo? Give us a star ⭐

kronus.py's People

Contributors

zhenglinlei avatar

Watchers

 avatar

kronus.py's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.