Skip to content

CipherNerd/beatoraja-LED-Ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beatoraja-seg-display

screenshot A Pygame-based display tool inspired by [kinetic-flow/iidxseg](https://github.com/kinetic-flow/iidxseg

Features

  • Special Character Mapping: Converts special characters to readable alternatives.
  • Transliteration: Converts Japanese titles to Romanized text.

Requirements

Installation

  • 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.

Customization

  • 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: 72
  • FPS = 5 # Frames per second (default: 5)
  • DISPLAY_LENGTH = 9 # Default: 9

About

A Python-based marquee display for displaying BMS songs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages