diff --git a/README.md b/README.md index e941c30..cbc998f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Alphabet-Analyzer -Python-based tool to check if a text uses characters from a given alphabet \ No newline at end of file +Python-based tool to check if a text uses characters from a given alphabet. + +Created for situations where one wants to know if characters from a known alphabet have been used in a text, how many and which. + +For example to identify if a japanese text uses Kanji, Katakana or Higakana. \ No newline at end of file