jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
19 stars 28 forks source link

Language_Detection/30_days_of_Python #309

Open pratikshabhujade opened 3 months ago

pratikshabhujade commented 3 months ago

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.

  1. Dynamic Language Detection: Utilizes the langdetect library to accurately identify the language of the provided text.
  2. Real-Time Feedback: Users receive immediate feedback on the detected language upon pressing the "Check Language" button.
  3. Improved Layout: Includes clear labeling, user input areas, and a result display to enhance the overall user experience. Usage:

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.

Screenshot 2024-08-13 131016

github-actions[bot] commented 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.