tunic-tracker-redux/README.md

53 lines
2.3 KiB
Markdown
Raw Normal View History

2024-02-28 12:40:21 -06:00
# Tunic Tracker Redux
```
_________ ___ ___ ________ ________
|\___ ___\\ \|\ \|\ ___ \|\ ____\
\|___ \ \_\ \ \\\ \ \ \\ \ \ \ \___|
\ \ \ \ \ \\\ \ \ \\ \ \ \ \
\ \ \ \ \ \\\ \ \ \\ \ \ \ \____
\ \__\ \ \_______\ \__\\ \__\ \_______\
\|__| \|_______|\|__| \|__|\|_______|
_________ ________ ________ ________ ___ __ _______ ________
|\___ ___\\ __ \|\ __ \|\ ____\|\ \|\ \ |\ ___ \ |\ __ \
\|___ \ \_\ \ \|\ \ \ \|\ \ \ \___|\ \ \/ /|\ \ __/|\ \ \|\ \
\ \ \ \ \ _ _\ \ __ \ \ \ \ \ ___ \ \ \_|/_\ \ _ _\
\ \ \ \ \ \\ \\ \ \ \ \ \ \____\ \ \\ \ \ \ \_|\ \ \ \\ \|
\ \__\ \ \__\\ _\\ \__\ \__\ \_______\ \__\\ \__\ \_______\ \__\\ _\
\|__| \|__|\|__|\|__|\|__|\|_______|\|__| \|__|\|_______|\|__|\|__|
________ _______ ________ ___ ___ ___ ___
|\ __ \|\ ___ \ |\ ___ \|\ \|\ \ |\ \ / /|
\ \ \|\ \ \ __/|\ \ \_|\ \ \ \\\ \ \ \ \/ / /
\ \ _ _\ \ \_|/_\ \ \ \\ \ \ \\\ \ \ \ / /
\ \ \\ \\ \ \_|\ \ \ \_\\ \ \ \\\ \ / \/
\ \__\\ _\\ \_______\ \_______\ \_______\/ /\ \
\|__|\|__|\|_______|\|_______|\|_______/__/ /\ __\
|__|/ \|__|
```
I think we can do better with Tunic tracking so I'm gonna make something and if it works out that's awesome but for now I just wanna make it.
## Requirements
You'll need `python` to use this for now, so make sure you have that installed.
## Setup
Install necessary modules with:
`pip install -r requirements.txt`
Consider making a venv for this.
`python -m venv "./.venv"`
## Usage
Make sure that the saved filepath in the script matches your filepath. It defaults to where *my* spoiler log is.
```
def import_entrances(spoiler_log='/path/to/Spoiler.log'):
```
Then run it with:
`python start.py`