Closed pratikshabhujade closed 3 months ago
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our [CONTRIBUTING.md]. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
Advanced Language Detection Application Description: This application leverages the langdetect library to identify the language of user input text. It provides an intuitive and user-friendly interface built with Python's tkinter library. The application allows users to input text, which is then analyzed to detect its language. The result is displayed in the same window, making it easy for users to understand which language their text is written in.
Features: 1.User-Friendly Interface: A clean and interactive GUI created with tkinter, allowing users to easily input text and receive language detection results.
Launch the application, and a window will appear with an input field and a button. Enter the text you wish to detect the language for into the input field. Click the "Check Language" button to display the detected language below the button.