Skip to content

eastside/saas-name-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What this do?

It tries to find a name for your next Saas product! Assuming you want a simple plain name like, say, Square or Medium, and you're cool with another generic TLD besides .com (which is crowded).

How to install

You'll need Python3 installed. :)

Download the script. (Go to "Code" then "Download." Unpack the zip and remember where it is.)

Open up terminal. Change directory to where-ever you unpacked the zip.

Activate a Python3 virtual environment and install requirements...

python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

How to use

Run the script with...

$ python3 script.py .app .dev < words.txt

Any words that appear will have been found to be available under ALL suffixes.

So like, if "wheat" appeared, it would be available under BOTH .app AND .dev.

About

Finds a name for your new product

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages