D20 Spell Slot Counter is a python script that keeps track of remaining spell slots for casters.
- Download and install python 3 on your system. Additional documentation can be found here.
- Install Tk for Python (Tkinter) by following the instructions for your system.
- Download and extract this repository.
- Open a terminal or command prompt and change to the directory where you extracted this repository.
- Run the script with this command:
python3 counter.py
- Use the spell coutner in your next Tabletop Role Playing Game (TTRPG) session!
Copyright (C) 2020 Nicholas Cheek.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.