self-explanatory python library, a small checker for project name availability on the pypi.org site on which youre reading this readme.
make a names.txt file or whatever you want and add your project names in them.
for eg.
leanpass
pytorch
tensorflowan example script looks like this:
fromisittakenimportcheckpypiaspypipypi.check("names.txt")and then run this script, that will create a nottaken.txt in which the available project names will be written.
if youre looking to add more features or find this small tool helpful, go to the github repo to contribute or star the repository.