miron / NeonCore

Terminal based Cyberpunk Tabletop RPG with Nostr as database and openAI API compatible commands
3 stars 1 forks source link

Experiment with different paddings #35

Open miron opened 1 year ago

miron commented 1 year ago

This is an interesting one, but it will be hard to align all player charactrs

padding = ''.join(['⌁' if i % 2 == 0 else '⌂' for i in range(39)])
print(f"HANDLE \033[1;5;35m{self.player.handle}\033[0m {padding} ROLE \033[1;5;35m{self.player.role}\033[0m")