mainnebula / SPACE_TASKS

1 stars 3 forks source link

Username generator and satellite categorize scripts #4

Open imwatsi opened 5 years ago

imwatsi commented 5 years ago

I wrote this script that generates unique usernames from the keywords in your text file. Both files need to be in the same directory for it to work. The script can be expanded to check against a database of already existing usernames for uniqueness. For issue #3

Python 3.7

mainnebula commented 5 years ago

Hi @imwatsi,

Thanks, will review.

In the meantime could you add yourself as a contributor to the bounty on Gitcoin?

imwatsi commented 5 years ago

Hi @mainnebula

Did you get a chance to review the script?

mainnebula commented 5 years ago

Hi @imwatsi, the script pulls the first line from each category ("general", "our moons", etc) and uses them as naming keywords as well. Could you adjust to exclude those?

Thanks!

imwatsi commented 5 years ago

Done.

imwatsi commented 5 years ago

Let me know if you face any issues running the categorize.py script, or any changes you want made :)