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

First-pass charmap generator script #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

GCC-Cardoso
Copy link
Collaborator

No description provided.

@GCC-Cardoso GCC-Cardoso linked an issue Sep 28, 2022 that may be closed by this pull request
@lucasgpulcinelli
Copy link
Collaborator

Hey @GCC-Cardoso! Thanks for the contribution, and sorry for the delay...

Copy link
Collaborator

@lucasgpulcinelli lucasgpulcinelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a general request too, the charmap in the example contains only numbers, could you also add one that has the normal ascii table (as most games tend to use it, and as we talked personally)?



if __name__ == '__main__':
f_name = input("File name for the image to use for charmap generation: ")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you use sys.argv to get the file name for inputs and outputs and link them in the Makefile? That is the standart way we are developing the tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create script to generate a custom charmap
3 participants