Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 695 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 695 Bytes

language-detector

software GUI interface

This software detects the language of the url list provided and saves the url + language in an excel sheet

It uses the detectlanguage API from https://detectlanguage.com. # and get a free api key for yourself to integrate in the software

To install the packages

pip install -r requirements.txt

How to run the code?

python app_one_at_a_time.py

This software really needs some multi-threading / multi-processing functionality.

Please look at the subprocess module for multi-processing or simply go with concurrent.futures.