Skip to content

An open-source ๐Ÿค–๐Ÿ’ฌ Python 3 assistant library built for people and made to be super easy to setup and understand

License

Notifications You must be signed in to change notification settings

atlassistant/pytlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

pytlas travis cover pypi Documentation Status license donate gitter

An open-source ๐Ÿค–๐Ÿ’ฌ Python 3 assistant library built for people and made to be super easy to setup and understand.

pytlas translates natural language sentences into python skills you can easily define yourself. It makes it really easy to develop your own Google Assistant, Alexa or whatever but runs on your device with your trusted code and no connection to obscure servers.

๐ŸŽฎ Want to try it? Check the official demo!

๐ŸŒŠ Want to get your feet wet? Have a look at the example/skills folder to see how it works!

๐Ÿ“š Want to go further and develop your own skill? Let's visit the latest documentation and share your work!

Quick start

Installation

$ pip install pytlas[snips] # Gets the latest release from pypi
$ git clone https://github.com/atlassistant/pytlas && cd pytlas && pip install -e .[snips] # or directly from source

Testing

When `pytest` is also installed, it may cause some tests to fail, so make sure it is not installed with `pip uninstall -y pytest` or use venv

$ git clone https://github.com/atlassistant/pytlas && cd pytlas
$ pip install -e .[snips,test]
$ python -m nose --with-doctest --with-coverage --cover-package=pytlas

Linting

$ pylint pytlas setup.py # in the root directory

Authors

Contributing

Contributions are welcome! pytlas is being developed on our spare time so every help is greatly appreciated to push this project further.

I have ideas!

Don't hesitate to submit them in the repo and we'll see what can be done.

I have skills & time!

Great, have a look at the github project page to see the big plans for upcoming releases or fix unresolved issues to start.

I have money!

If you want to donate to help us find more time to work on pytlas and similar projects, you can support us on liberapay liberapay , thanks โค๏ธ!

About

An open-source ๐Ÿค–๐Ÿ’ฌ Python 3 assistant library built for people and made to be super easy to setup and understand

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages