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
pip install -r requirements.txt
python app_one_at_a_time.py
Please look at the subprocess module for multi-processing or simply go with concurrent.futures.