Skip to content

mujeebishaque/language-detector

Repository files navigation

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. Sign up 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.

About

this software detects the language of the website. It goes over list of url provided and saves the url + language in an excel sheet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages