معرفی شرکت ها


Kara-1.2.2b0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Modular and Fully Customizable Virtual Assistant
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Kara-1.2.2b0
نام Kara
نسخه کتابخانه 1.2.2b0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Emile Clark-Boman
ایمیل نویسنده eclarkboman@gmail.com
آدرس صفحه اصلی https://github.com/emileclarkb/Kara
آدرس اینترنتی https://pypi.org/project/Kara/
مجوز GPLv3
# Kara ![Kara Logo](/design/logo.jpg) ## Description Simply put, Kara is a voice assistant that steals 0% of your data so you stay free! She is a actively maintained, modular, and designed to customize. The bones of this project was built in 4 days as a challenge (Jun 15, 2020 - Jun 19, 2020), however I have decided to continue production while also maintaining other projects. Currently Kara does not have many "abilities" though many are planned for release within the next weeks! If you're interested in supporting, adding to, or using the project check out our [official server](https://discord.gg/7hK6PFT)! I'm always online and happy to help people. ## Installation To install Kara onto a system there are two approaches. 1. Pip: `python -m pip install Kara` 2. GitHub: Firstly clone the repo onto your system, then navigate into the root directory and use `python setup.py install` Both of these approaches make Kara accessible anywhere on your machine by simply running `Kara`. This does also cause some issues with the integration system, more upgrades will be coming in v1.1.1-beta! ## Integrations Sometimes you don't want Kara to control everything and instead want to control how she acts that little bit more, this is why integrations exist. Integrations allow you to quickly and efficiently control Kara's functionality through any of your projects. Initializing a new integration is as simple as: `python kara.py -i` Integrations are different from abilities. Imagine it like it this, abilities give Kara functionality and allow her to perform and control new commands. Integrations allow Kara to work inside of your project and hand the controller over to it too. This means you can have greater control of how she performs tasks. For more on working integrating Kara check out it's [documentation](Kara/Core/Data/Docs/integrations.md)! ## Abilities Kara is designed specifically to be modified by the community and given additional functionality or "abilities". By default she has no features program directly into her, all her capabilities come from stored abilities. Initializing an ability is as simple as: `python kara.py -a YOUR_ABILITY_NAME` For more on working with abilities check out it's [documentation](Kara/Core/Data/Docs/abilities.md)! ## Arguements - `-h` or `--help`: show Kara's usage - `-a` or `--ability`: initialize new ability - `-r` or `--recompile`: recompile abilities - `-c` or `--cached`: remove all cached data (abilities.json, link.py) - `-v` or `--version`: display current version of Kara - `-m` or `--manual`: pass text to Kara, temporarily disables STT - `-t` or `--time`: show the time taken for Kara to complete a command (only works for manual entries) - `-i` or `--init`: initialize a new integration ## Change Log Detailed breakdown of important changes and new features can be found [here](Kara/Core/Data/Docs/CHANGELOG.md) ## All Links ### General - [Discord](https://discord.gg/7hK6PFT) - [Trello Board](https://trello.com/b/O3cQUJXu) ### Technical - [Change Log](Kara/Core/Data/Docs/CHANGELOG.md) - [Ability Documentation](Kara/Core/Data/Docs/abilities.md) - [Integration Documentation](Kara/Core/Data/Docs/integrations.md)


نیازمندی

مقدار نام
- SpeechRecognition
- pyttsx3
- pyaudio
- wheel
- pathlib
- termcolor
- colorama
- ffmpeg


زبان مورد نیاز

مقدار نام
>=3.0 Python


نحوه نصب


نصب پکیج whl Kara-1.2.2b0:

    pip install Kara-1.2.2b0.whl


نصب پکیج tar.gz Kara-1.2.2b0:

    pip install Kara-1.2.2b0.tar.gz