Open pratikshabhujade opened 3 months ago
Thank you for creating this issue! 🎉
We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our [CONTRIBUTING.md] for guidelines on contributing to this Domain.
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.