Skip to content

CLI app that generates a dnd character for you with all the necessary information to get started right away

License

Notifications You must be signed in to change notification settings

Mathews-Velez/Dnd_character_generator

Repository files navigation

Contributor Covenant

DND Character Generator

Generate race, class, and backgrounds for DND characters.

Setup

Requirements

Clone the repo, then run make to build and install the package. This will install the package to your local site-packages as defined by your pip installation.

git clone https://github.com/Mathews-Velez/Dnd-_Character_Generator/
cd Dnd-_character_generator
make

make Arguments

  • build: create the build files
  • clean: remove the build files
  • install: install the package
  • uninstall: uninstall the package
  • wheel/source: only build the wheel/source distribution

Notes

make will build from source instead of wheel by default. Source .tar.gz files are simply much smaller than wheels .whl. Run make clean wheel install to build and install from a wheel.

Usage

The setup installs a shell script dcg. Typing this anywhere into your terminal will run the program. Note: the Python Scripts Entry-point may not exist on your path. If this is the case, pip will likely detect it and warn you to update your path. If typing dcg does not work, either the file cannot be found on your path, or something has gone wrong with the install. Try running make install again before opening an issue.


© 2020 Mathews Velez

About

CLI app that generates a dnd character for you with all the necessary information to get started right away

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages