Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Python command-line interface #440

Closed
Kodiologist opened this issue Nov 16, 2023 · 2 comments · Fixed by #441
Closed

Add a Python command-line interface #440

Kodiologist opened this issue Nov 16, 2023 · 2 comments · Fixed by #441
Assignees
Labels
Feature Request New feature or request

Comments

@Kodiologist
Copy link
Contributor

It would be cool to be able to roll dice with python3 -m gnoll. There's already a command-line interface in C, but (1) binaries of it don't seem to be distributed anywhere, so you have to build it from source, and (2) it's missing a lot of features that the core code supports (#431). I bet that a Python command-line interface would be a lot easier to write and maintain than a C version.

@ianfhunter I'd be happy to take a stab at this, if you're interested in having it.

@Kodiologist Kodiologist added the Feature Request New feature or request label Nov 16, 2023
Copy link

Thanks for filing an issue! We'll get back to you as soon as we can with a response.

@ianfhunter
Copy link
Owner

It would be cool to be able to roll dice with python3 -m gnoll. There's already a command-line interface in C, but (1) binaries of it don't seem to be distributed anywhere, so you have to build it from source, and (2) it's missing a lot of features that the core code supports (#431). I bet that a Python command-line interface would be a lot easier to write and maintain than a C version.

@ianfhunter I'd be happy to take a stab at this, if you're interested in having it.

It would be quite nice! If you're willing to give it a try, I'll review any PRs you have

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants