Search Results for "character sheet rolemaster"

Showing 26 open source projects for "character sheet rolemaster"

View related business solutions
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Rolemaster Office
    PC and NPC character generator for Rolemaster RMFRP roleplaying system (from Iron Crown Enterprises). The program calculates all bonus and generates a nice PDF character sheet that contains additionally pages. The programm does not provide during-game support.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    Learn Regex The Easy Way

    Learn Regex The Easy Way

    Learn regex the easy way

    Learn Regex The Easy Way is a hands-on, interactive resource for learning regular expressions (regex) in a step-by-step, incremental way. Rather than just being a reference sheet, it is designed to help you build understanding gradually: you start with the basics like literal matching, then advance through character classes, quantifiers, groups, alternation, lookaheads/lookbehinds, and more advanced regex features. Each lesson is accompanied by examples and clear explanations, so learners can experiment and immediately see results without needing external tools. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    YAPCG

    Yet another Pathfinder Character Generator

    Yet Another Pathfinder Character Generator (YAPCG) is an Excel spreadsheet designed to help you create and manage your character for the table-top role-playing game Pathfinder (1st edition), including Gestalt characters. It is an Excel-only spreadsheet, and will not function properly with OpenOffice, LibreOffice, Google Sheet, or others.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 4
    TextureAtlas Toolbox

    TextureAtlas Toolbox

    A powerful, free and open-source tool for TextureAtlases/Spritesheets

    TextureAtlas Toolbox is an all-in-one solution for working with texture atlases and sprite sheets. Extract sprites into organized frame collections and GIF/WebP/APNG animations, generate optimized atlases from individual frames, or convert between 15+ atlas formats. Perfect for game developers, modders, and anyone creating showcases of game sprites. Formerly known as TextureAtlas to GIFs and Frames Licensed under AGPL-3.0 Third-party licenses: See...
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6

    Rolemaster Individual Monster Sheet

    Individualizes Rolemaster creatures.

    Rolemaster Individual Monster Sheet -- Java program that varies Rolemaster monsters according to the Creatures & Treasures (or Creatures & Monsters) source books.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Conan RPG 2D20 Spreadsheet
    Fan made Conan RPG 2d20 by Modiphius Spreadsheet. If you are a skilled Excel programmer and you are interrested in helping with the project do not hesitate to contact me at ulothar1980@gmail.com .
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    TCMT

    Tabletop character management application designed for DnD 5e

    TCMT is a fully featured tabletop character management application designed for DnD 5e (Dungeons and Dragons Fifth Edition) . I created this project to practice coding and am now releasing it free and open source for anyone who is interested. It was coded in Python using the PyQt4 library and QT Designer. In its current form it only works on Windows computers. If there is significant demand, I will release a Mac compatible version (shoot me an email) CONTACT/BUG REPORTS: tcmt.contact@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Han

    Han

    The CSS typography framework optimised for Hanzi

    ..."Hanji Standard Format" fully supports traditional Chinese, simplified Chinese and Japanese, three languages ​​using Chinese characters. "Chinese Character Standard Format" provides a number of customization functions, and can customize the exclusive style sheet through variable settings, module reference, etc. If no special customization is required, you can also directly use CDN external style sheets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    CSV / SAV files to Excel

    CSV / SAV files to Excel

    Helps translate SAV / CSV data into usable Excel data

    You have been struggling with SPSS databases when you needed to use excel? Well, this file (or the VBA module attached to it) will help you: you paste your CVS file format into one sheet, and the bulky strings will all your values will gently be split into one value per column by a custom excel function, The function takes into account that some values might be strings with comas that should not be split into different variables. The custom function should be usable for other types of files, it basically disaggregare a string into values separated by a standard character (by default the coma, but can be changed) and ignores separation characters that are within "string identifier" characters (by default the " ). ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    vim-cheat-sheet

    vim-cheat-sheet

    A mobile friendly Vim cheat sheet

    A mobile friendly Vim cheat sheet. Edit sheet.hbs as desired (e.g. add new commands). Reload page in browser (Ctrl+r) to generate the locales entries in English en_us.json. Stop the app (optional). Describe the added commands in English en_us.json and move them to the corresponding position, equally as in sheet.hbs. Run node postinstall.js to copy the English entries to all other locales. Translate all languages you know. Commit. This project aims to be one of the most accessible vim guides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    sCoreForge Pathfinder Character Creator

    sCoreForge Pathfinder Character Creator

    Pathfinder Character Creation Project

    This is a Pathfinder Character Creation project that was started in March of 2011. Created by players, for players. Check out the Release Notes and Wiki for details on what's what in the application.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 13

    GMTool

    A tool for roleplaying gamemasters

    A Java tool that allows a gamemaster to manage notes, characters, combat, images, sounds, etc. on his computer during gaming sessions. Plugin-based to allow using it with various rpg system, such as Shadowrun, GURPS, TDE, D&D, etc.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14

    CS Battle Tracker

    Table Top Online Role Playing (TTORP)

    PHP-Based web application for tracking data in traditional paper-and-pencil role playing games. Tracking in and out of game chat, actions, and (eventually) movements on a map.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Online Database for Gamemasters and Players written in CakePHP using MySQL Database. Players can manage their characters and print their character sheet as well as an additional rule book with all rules of the character.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    MemorizEasy
    helps you learn vocabulary with reference cards, interactive tests, and an auto complete homework helper, exploiting brush-teeth time and proven cognitive methods. A card has 7 new words, 7 from 4 days ago, 7 from a week ago, and 7 from a month ago.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The arkham horror companion is a software program designed to accompany the fantasy flight board game Arkham Horror
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    SuiteGM
    Java & XML desktop application. ANY paper & dice RPG game system can easily be added through easy to use data entry forms. Initially d20 and MERP/Rolemaster, with the tools to make it easy for others to add other game systems as optional module plugi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A java-based tool for computer-augmented Pen&Paper roleplaying in Shadowrun. The idea is that this tool will be used in-game as a character sheet and/or gamemaster's tool while being interoperable with people using traditional pen&paper to play an rpg.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Simple, printable, HTML rendition of a Dungeons and Dragons 4th edition character sheet. You can fill data through a PHP script and display your characters online easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A web-based application for editing and storing RPG character sheets. It is a continuation of the 3EProfiler project created by Michael J Eggertson at www.3eprofiler.net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GoFourth is a tool for managing character information for the 4th Edition of the Dungeons & Dragons RPG system. Currently, functionality is limited to formatting character powers. More complete character sheet management will hopefully be added later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A program which will be a fully automatic character sheet and help manage inventory, skills, and leveling in Dungeons and Dragons 3.5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Unseen Servant is a extensible character utility for Rolemaster RMSS/RMFRP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This tool will originally be targeted at making character generation on HGmux.org much easier than using the MUX-based or HTML-based tools. The plan is to eventually expand it to include CORE 3.0 rules, character sheet printing and other features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB