/LilWordFinder

A word finder under certain constraints.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Word finder

Searches words in the furnished dictionary, following the specific constraints of your choice.

Table of contents

Description

Being tired of having to look up the Internet or the dictionary to find some types of words (i.e. words starting or ending by specific letters), I decided to make a small program to help me find them.

For now, you can search words in French and English. See References for more information.

Languages and libraries

  • Python > 3.7
  • Json library

How to use it ?

The words_en.json file has been converted to a .txt file using json_to_txt.py. For the main program, use the implemented functions.

Functions :

  • Find words starting or ending by specific letters
  • Possibility to reduce the research to n-letter words, n being a word length of your choice
  • Find words containing specific letters

References

License

Distributed under the LGPL-3.0 License. See license for more information.