Metadata-Version: 2.4
Name: first-level-fighter
Version: 0.1.0
Summary: DND 5E first-level character sheet generator
Author-email: en <nick0suna76@gmail.com>
License-File: LICENSE
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# first-level-fighter
A Dungeons &amp; Dragons 5th Edition character sheet generator for creating first-level character sheets as markdown documents.
List of names was created using [fantasynamegenerators.com](https://www.fantasynamegenerators.com/)

## Installation
If you have `uv` installed, you can install FLF by running
```
uv pip install first-level-fighter
```
Then, you can run the program by running
```
uv run flf
```

If you have `pipx` installed, you can install FLF by running
```
pipx install first-level-fighter
```
Then, you can run the program by running
```
flf
```

## Usage Notes
This tool was created as part of the [boot.dev](www.boot.dev/) curriculum as my first personal project.
There are undoubtedly more robust online tools for generating character sheets online, but this could still prove useful for any DM/GMs looking to *create simple sheets to help introduce brand-new players to the game*.
To ensure this project could be completed in a reasonable amount of time, a few things have been notably ommitted from FLF (AC, Spells, Feats, and statblocks for equipment).

Any omissions were made to ensure the project could be completed within 20-40 hours of time investment as per curriculum guidelines.
My suggestion? As a DM, you can use FLF to pre-generate sheets for players and fill-in/edit the output markdown files for your players to include more descriptive text and AC.
You can also introduce your players to online resources like [wikidot](https://dnd5e.wikidot.com/) and include links in the generated sheets for players to reference.

Consider using FLF in a one-shot to teach players the basics of DND with a more rules-loose approach!
(Does it *really* matter how much damage a firebolt does when you're just trying to get your players to think about roleplay and using all the tools in their kit?
Save that for a real campaign!