My first Qt project, simple translator, can only translate from russian to english
To use SimpleTranslator, you need to have Google Translation API key (you'll need to insert it in mainwindow.h)
- Go to the Google Cloud Platform Console.
- Click the project drop-down and select or create the project for which you want to add an API key.
- Click the menu button and select APIs & Services > Credentials.
- On the Credentials page, click Create credentials > API key.
The API key created dialog displays your newly created API key. - Click Close.
The new API key is listed on the Credentials page under API keys.
(Remember to restrict the API key before using it in production.)
- Qt - main platform the project was created on
- CMake - served to build the project
- Google Translation API - main feature of my project
If you have suggestions, write:
- GMail: [email protected]
- Telegram: @vlad_is_real
- Instagram: @ncks_gwc
For the versions available, see the SimpleTranslator.
- Vladislav Kolyadenko - Main developer - VladKk
- I only learn programming and the project may have a lot of bugs and mistakes, so don't judge strictly:)
- The program was developed and tested on Ubuntu and I don't know how it works on other systems