PyBilinguo


Few lines describing your project.

? 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

? 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.

  1. Fork the project.
  2. Create a branch: git checkout -b feature/<branch_name>.
  3. Commit your code changes: git commit -m '<message>'
  4. Push to your work branch: git push origin feature/<branch_name>
  5. 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.

GitHub - preduus/pybilinguo at pythonawesome.com
Learn other languages ​​using artificial intelligence with python. - GitHub - preduus/pybilinguo at pythonawesome.com