Initial commit
This commit is contained in:
14
README
Normal file
14
README
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user