A Pygame-based display tool inspired by [kinetic-flow/iidxseg](https://github.com/kinetic-flow/iidxseg
- Special Character Mapping: Converts special characters to readable alternatives.
- Transliteration: Converts Japanese titles to Romanized text.
- Python 3.7+
- DSEG14Classic-Italic font
- Install dependencies from
requirements.txt - Replace
"C:/path/to/your/beatoraja_log.xml"with the path to your actual log file in the beatoraja main directory. - Important: Use / (forward slashes) instead of \ (backslashes), otherwise the script will not recognize the path correctly.
- After starting one of the two files, change the song once in-game to update the display.
ON_COLOR = (255, 0, 0)# Text color (default: red)BG_COLOR = (0, 0, 0)# Background color (default: black)font = pygame.font.Font(font_path, 72)# Default: 72FPS = 5# Frames per second (default: 5)DISPLAY_LENGTH = 9# Default: 9