Code Monkey home page Code Monkey logo

kanka-npc-creator's Introduction

Kanka Random NPC Creator

Hi, and thanks for taking the time to checkout this small project!

This mini project basically allows you to create as many random npcs as you want in your kanka campaign.

Setup:

  1. Install python 3.x
  2. pip install requirement.txt
  3. Create a Personal Access Token on your kanka account as described here
  4. Create a .env file based on the .env_example . The only env variable that you will probably want to modify is the APITOKEN
  5. Create a python script that uses the Generator class as shown in the example.py file

Below is an example of how to create 5 random NPCs in the campaign called "My Cool Campaign":

from Generator import NpcGenerator

gen = NpcGenerator()

gen.create_npcs('My Cool Campaign', 5)

The characters created by this script have the "random_npc" type. So that you can filter them out easily.

The names for the NPCs are requested from names.drycodes.com while the other details are randomly chosen from the JSONs found in the data folder.

Feel free to add stuff to them OR use your own JSONs by pointing the DATA_PATH env variable to their location (make sure that they are named like the ones in the data folder tho!).

If by any chance you want to update and/or enrich the existing JSONs, create a PR.

Have a great time!

kanka-npc-creator's People

Contributors

lithiil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.