You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Python tool that detects the language of the input text using the `langdetect` library. You can enter any text in any language, and the program will automatically detect and display the language code.
5
+
6
+
## Features
7
+
8
+
- Detects the language of any given text input.
9
+
- Supports multiple languages.
10
+
- Simple and easy to use.
11
+
12
+
## Prerequisites
13
+
14
+
Before running the project, you need to have Python installed on your machine. Additionally, you need to install the `langdetect` library.
0 commit comments