Initial commit

This commit is contained in:
2023-12-14 15:46:51 +01:00
parent dd0c51c2c2
commit bdc31b52c0
9 changed files with 876 additions and 0 deletions

14
README Normal file
View 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