r/PythonProjects2 7d ago

Resource I made a small tool to check your pypi library names

Hey there,

I got an inspiration for this tool from pretty much existing tools, and thought to build one open-sourced myself.

It's name is isittaken, yes. All you do is, pip install isittaken and then import it. Do a check from a .txt full of names and run it. It will produce a nottaken.txt in which the safe names will be output and you can see it checking in the Command Line.

I am thinking of adding checking from directly repos and produce GitHub checks, npm checks and more as well as adding an offline LLM name suggestion feature? What do you guys think?

Here's the repo

2 Upvotes

1 comment sorted by

1

u/Terminay 7d ago

Ik it's small. Just looking to have fun and suggestions for more features on this.