PyBilinguo
Few lines describing your project.
📝
Table of Contents
🧐
About
The main idea of the project is to facilitate the learning of other languages. We created a simple AI that will interact with you. Just ask questions that if she knows, she will answer.
We have some basic phrases from Portuguese and English only.
Prerequisites
What things you need to install the software and how to install them.
- Python 3.8 >=
- OS (Linux, Windows or Mac)
Installing
A simple step by step that tell you how to execute project.
# Create environment and activate
$ virtualenv -p /usr/bin/python3.x venv && \
source venv/bin/activate
# Install requirements
$ pip install -r requirements.txt
🎈
Usage
By default, if the language parameters are not informed, the Portuguese language will be added automatically.
# For choose language, add param:
$ python ai.py pt-BR
Only two languages are supported. pt-BR and en-US.
⛏️
Built Using
✍️
Authors
- Pedro Rodrigues - Idea & Initial work
📫
Contribute to project
The project needs a lot of input for us to add more brokers providers, if you feel like helping or have some idea, please open an issue and help us.
- Fork the project.
- Create a branch:
git checkout -b feature/
. - Commit your code changes:
git commit -m '
' - Push to your work branch:
git push origin feature/
- Open a pull request.
Alternatively, see on GitHub docs How to create a pull request.
📝
License
Distributed under the BSD 3 License. See LICENSE for more information.