dndme | Tools for DMing Dungeons & Dragons
kandi X-RAY | dndme Summary
kandi X-RAY | dndme Summary
dndme is a Python library. dndme has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.
Tools for helping me run Dungeons & Dragons sessions. Data about the party, individual monsters, and encounters is defined in TOML files which can be loaded via the shell. Sample data for a party and single encounter is included. Code can be interacted with directly via your favorite Python REPL (I have used Jupyter Notebook for tracking turn order in live sessions) or with a simple shell that features an extensible command set (my current preference for running live sessions with my group). Here's an example of rudimentary turn management in a Python shell. For each turn, the TurnManager emits a tuple of the round number, rolled initiative value, and the object whose turn it is. Note that the TurnManager doesn't care what objects you put into it as combatants, so it can be as simple as just a plain string.
Tools for helping me run Dungeons & Dragons sessions. Data about the party, individual monsters, and encounters is defined in TOML files which can be loaded via the shell. Sample data for a party and single encounter is included. Code can be interacted with directly via your favorite Python REPL (I have used Jupyter Notebook for tracking turn order in live sessions) or with a simple shell that features an extensible command set (my current preference for running live sessions with my group). Here's an example of rudimentary turn management in a Python shell. For each turn, the TurnManager emits a tuple of the round number, rolled initiative value, and the object whose turn it is. Note that the TurnManager doesn't care what objects you put into it as combatants, so it can be as simple as just a plain string.
Support
Quality
Security
License
Reuse
Support
dndme has a low active ecosystem.
It has 45 star(s) with 17 fork(s). There are 8 watchers for this library.
It had no major release in the last 6 months.
There are 6 open issues and 66 have been closed. On average issues are closed in 73 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of dndme is current.
Quality
dndme has 0 bugs and 0 code smells.
Security
dndme has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
dndme code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
dndme is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
dndme releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed dndme and discovered the below as its top functions. This is intended to give you an instant insight into dndme implemented functionality, and help decide if they suit your requirements.
- Main loop .
- Load the encounter .
- Update the game .
- Generate a date from a date and offset .
- Determine the count of a group .
- Get completions for the given document .
- Return the phase of a moon .
- Resolve image URL .
- Roll a dice .
- Prints the heroes .
Get all kandi verified functions for this library.
dndme Key Features
No Key Features are available at this moment for dndme.
dndme Examples and Code Snippets
No Code Snippets are available at this moment for dndme.
Community Discussions
No Community Discussions are available at this moment for dndme.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install dndme
If you are looking to contribute, here are some tips for getting started!.
The above is only meant as a rough guide. Feel free to use whichever tools you prefer for configuring your Python development environment!.
Fork dndme and clone to your location of choice
Create a virtualenv (3.6+) to isolate the installation
Install the package in development mode with dev and test requirements
Run the tests!
The above is only meant as a rough guide. Feel free to use whichever tools you prefer for configuring your Python development environment!.
Fork dndme and clone to your location of choice
Create a virtualenv (3.6+) to isolate the installation
Install the package in development mode with dev and test requirements
Run the tests!
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page