You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
584 B
Plaintext
15 lines
584 B
Plaintext
1 year ago
|
A lightweight python machine-learning script for generating fantasy names
|
||
|
|
||
|
Installation guide:
|
||
|
|
||
|
1) Install Python3 with random and csv modules on your computer
|
||
|
2) Download the contents of this repo into any folder on your computer
|
||
|
3) Replace the names in names.csv with the sample names of your choice
|
||
|
4) Empty all contents from nameprob.csv
|
||
|
[OPTIONNAL] 5) Open namegen.py in any text editor and change the value of race_name to your desired race's name (between '')
|
||
|
|
||
|
Usage guide:
|
||
|
|
||
|
1) Start a python instance and naviguate to the folder where the files are located
|
||
|
2) Run the script
|