English | 简体中文
A simple tool to manager Balatro saves.
- Press
[to copy saves - Press
↓to select a save and pressEnterto load selected save - Press
eto delete all saves - Configure
config.jsonfor custom key mapping - To automatically load selected save, use BalatroQuickLoad.
The config.json file contains the following settings:
screenshot_enable: Enable/disable the screenshot feature when backing up saves (default:true)launch_balatro: Whether to automatically launch Balatro when running BalatroSaveManager (default:false)GUI: Controls the appearance and behavior of the application windowwindow_opacity: Controls the transparency of the window (range:0.0to1.0) (default:0.8)always_on_top: Determines if the window stays above other windows (default:true)font_size: Changes the font size in the window (default:15)window_size: Sets the default window width and height (default:width = 400,height = 150)window_position: Sets the window position on screen. There is no need to change it manually
key_mapping: Use your favorite key to perform specific actionbackup: Backup current save (default:[)delete: Delete all saves (default:e)select: Select previous save (default:up)load: Load selected save (default:enter)exit: Exit BalatroSaveManager (default:esc)
- The screenshot feature is only for Windows. However, it may have issues that prevent it from capturing the real-time screen in some cases. If you encounter this problem, you can change Balatro's
Windows ModetoWindowedinOPTIONS -> Settings -> Video - The always-on-top feature of the GUI is not effective on certain displays when using a multi-monitor setup. Please switch displays or change the Balatro Balatro's
Windows ModetoWindowed
- Run
git clone https://github.com/RiwiHow/BalatroSaveManager.git - Install PDM
- Run
pdm install - Run
pyinstaller --onefile --noconsole --name BalatroSaveManager src\main.py - Copy the
config.jsonfile todistfolder which is created by pyinstaller