Mimic-Tools / name-generation

Generate fantasy character names for your RPG, Novel or any creative endeavour.
GNU General Public License v3.0
13 stars 26 forks source link

Created initial region-checker #45

Closed dcorriveau closed 4 years ago

dcorriveau commented 4 years ago

This report is to fix issue #43

The report will generate based on any items that are currently available. The flow of operation is as follows:

  1. checks for all items with .txt in the list of folders
  2. removes duplicates, and checks for those files within list
  3. builds report using checkmark for present/x for not present.

Also included is a sample output.

dcorriveau commented 4 years ago

Great! Thanks for including some small extras like correct text encoding

no problem! :)