Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienalardot/alignmentreporter
This repository is a small python tool I made for my D&D Campaigns. It helps track party character alignment with a save system that helps track several parties
https://github.com/julienalardot/alignmentreporter
campaigns parties pyside2 python qt5 rpg-tool
Last synced: about 1 month ago
JSON representation
This repository is a small python tool I made for my D&D Campaigns. It helps track party character alignment with a save system that helps track several parties
- Host: GitHub
- URL: https://github.com/julienalardot/alignmentreporter
- Owner: JulienAlardot
- License: gpl-3.0
- Created: 2021-01-30T16:57:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T07:29:32.000Z (over 3 years ago)
- Last Synced: 2023-12-19T17:09:42.980Z (11 months ago)
- Topics: campaigns, parties, pyside2, python, qt5, rpg-tool
- Language: Python
- Homepage:
- Size: 3.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AlignmentReporter
## An unexpected package critical bug provoked by incorrect versionning in packages is waiting to be fixedA tool for DM to easily make __Alignment Change Graphs__ for their Campaigns, __with a save system__
to switch between parties. Originally just a part of a larger toolbox, I am currently making it a standalone project.
It is a bit old and need some changes (mainly using coroutines and C compilation).The tool is quite simple in its way, but I will add a tutorial later. For testing, simply launche the __init__.py at
the root directory and enter a save file name. It will automatically load any existing file in the data folder if it
exists.
I have **already created two save files from personal games** (accessible with the names "**Celtaidd**" and "**Volac**").The generated images are in the "***AlignmentReporter/out/***" directory, but a preview is loaded in the tool after each
image generation.## System recommendations
This tool has been tested with the following setups. Please share any working or non-working setup you may use to
use this tool.- *OS:*
- ***Windows 10 (19041.928)***
- ***Linux Mint 20.1 (Xfce)***
- *Python **3.8.5***## Installation:
in the root directory
```python
python -m pip install AlignR
```## Typical usages:
### in terminal (***recommended***):
```
AlignR-Launch
```### Python:
```python
import AlignmentReporter as AR; AR.launch()
```## Typical Output
![Volac savefile output](./AlignmentReporter/out/volac_s_stupid_freaks.png)
## Tutorial
*To be implemented*## Known Issues
- GUI still freezes in Windows 10 when generating the image
- Color implementation will sometimes accept wrong inputs or refuse correct ones.## Licence notice
Every ***.UI*** file contained in this project has been created with the **QtDesigner** software from the **Qt Company** under the **GPL-3.0 License**. *(see the [Official Qt website](https://www.qt.io/) for more informations)*.