Sulagna-Dutta-Roy / GGExtensions

This is going to be the best repository for new browser extensions.See the Example: Number Guess Game/your files.
MIT License
79 stars 184 forks source link

Pangram Checker Tool #1938

Closed Damini2004 closed 2 months ago

Damini2004 commented 3 months ago

Is your feature request related to a problem? Please describe. Yes, the problem is the lack of a convenient tool to quickly determine whether a given sentence is a pangram (a sentence that contains every letter of the alphabet at least once). This is useful for educational purposes, language processing tasks, and ensuring text diversity in writing.

Describe the solution you'd like I would like a Pangram Checker Tool that:

Accepts a sentence as input. Checks whether the sentence is a pangram. Provides feedback on which letters are missing, if any. Highlights the characters that make it a pangram, if desired.

Describe alternatives you've considered Alternatives considered include:

Manual checking, which is time-consuming and error-prone. Writing custom scripts or using existing programming libraries, which requires programming knowledge and effort. Using online tools, but they may not offer the integration and customizability needed for seamless workflows.

Additional context Add any other context or screenshots about the feature request here.

What problem is this feature trying to solve? This feature aims to solve the problem of quickly and accurately determining if a sentence is a pangram, enhancing productivity and accuracy in tasks that require such checks.

How do we know when the feature is complete? The feature is complete when:

Users can input any sentence and receive immediate feedback on its pangram status. The tool identifies and lists any missing letters from the alphabet. The interface is user-friendly and integrates smoothly into the existing platform. Users report increased efficiency and satisfaction with the pangram checking process.

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 project.

Damini2004 commented 3 months ago

@Sulagna-Dutta-Roy Assign this to me

Sulagna-Dutta-Roy commented 2 months ago

Pull request received since long time. Closing this

github-actions[bot] commented 2 months ago

Hello @Damini2004! Your issue #1938 has been closed. Thank you for your contribution!