Skip to content

Find English words which could easily have "py" substituted in them, to help generate Python package names (Python3 CLI tool)

License

Notifications You must be signed in to change notification settings

MichaelCurrin/py-all-the-things

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py All The Things

English words which could easily have "py" substituted in them, to help generate Python package names (Python3 terminal tool)

This project is a tool to generate Python package project names which follow the style of using "py" in the title. It is intended for use by other Python developers who are looking for names for their new projects. The idea is inspired by working with project with names such as PyDictionary, Jupyter or tweepy and realising their must be a systematic way to find words like those.

The logic is to iterate through all words in the English language, exclude the words which are too long or short and filter to the words following the required pattern.

For documentation, see the docs folder.

About

Find English words which could easily have "py" substituted in them, to help generate Python package names (Python3 CLI tool)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages