Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zamiell/isaac-log-viewer
https://github.com/zamiell/isaac-log-viewer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zamiell/isaac-log-viewer
- Owner: Zamiell
- License: gpl-3.0
- Created: 2021-05-01T15:27:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T20:26:01.000Z (over 2 years ago)
- Last Synced: 2025-01-01T09:47:11.279Z (about 1 month ago)
- Language: Python
- Size: 40 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isaac-log-viewer
A real time viewer for the log.txt file of *[The Binding of Isaac: Repentance](https://store.steampowered.com/app/1426300/The_Binding_of_Isaac_Repentance/)*.
The general idea is that you open a new terminal, put it on your second monitor, start the script, and then have the terminal window up as you play the game (and code) on your main monitor.
The script is relatively simple, so you can edit the `main.py` file to customize the specific lines that are matched and the specific colors used.
## Usage
- `pip install -r requirements` (to install the required dependencies)
- `python main.py --help` (to list the possible arguments)
- `python main.py` (to run the program)