https://github.com/marx-wrld/translator-app
A python with flask project for a translator service, translating to four European languages. It uses the Azure key services to translate the original English Language.
https://github.com/marx-wrld/translator-app
azure flask html5 python
Last synced: 3 months ago
JSON representation
A python with flask project for a translator service, translating to four European languages. It uses the Azure key services to translate the original English Language.
- Host: GitHub
- URL: https://github.com/marx-wrld/translator-app
- Owner: Marx-wrld
- License: cc0-1.0
- Created: 2022-12-02T12:59:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T14:20:20.000Z (over 3 years ago)
- Last Synced: 2025-03-02T04:44:42.568Z (over 1 year ago)
- Topics: azure, flask, html5, python
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Translator-App-using-Flask-and-Azure
A simple python with flask project code for a translator service, translating to four European languages. It uses the Azure key services to translate the original English Language.
***Ignore or delete the test.py file***
##### You need to first create a virtual environment using: >python -m venv venv
##### Then activate using > .\venv\scripts\activate
##### Extract the env zip file and copy the .env file to the root directory
##### open your vscode terminal and type > flask run
##### click the localhost 5000 link to see the flask app

