https://github.com/michaelcurrin/py-all-the-things
Find English words which could easily have "py" substituted in them, to help generate Python package names (Python3 CLI tool)
https://github.com/michaelcurrin/py-all-the-things
cli generator name-generation naming-pattern naming-suggest python python3 tool
Last synced: 8 months ago
JSON representation
Find English words which could easily have "py" substituted in them, to help generate Python package names (Python3 CLI tool)
- Host: GitHub
- URL: https://github.com/michaelcurrin/py-all-the-things
- Owner: MichaelCurrin
- License: mit
- Created: 2018-03-18T17:42:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T08:51:55.000Z (over 5 years ago)
- Last Synced: 2025-10-11T01:35:17.844Z (8 months ago)
- Topics: cli, generator, name-generation, naming-pattern, naming-suggest, python, python3, tool
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](docs) folder.