Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Wild-Area/Vs.Recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vs. Recorder

Important note: We restarted this project in another repo and another programming language. Please see VsRecorder.jl.

The Vs. Recorder missing in Pokemon Sword & Shield.

Installation & Usage

Development

Install pipenv

pip3 install pipenv --user

Install dependencies

pipenv install --dev

Enter pipenv shell

pipenv shell

Setup VS Code

Frist, get the python path from pipenv:

pipenv --py

Then, set the path to .vscode/settings.json:

{
    "python.pythonPath": "/home/myuser/.local/share/virtualenvs/projectname/bin/python"
}

Run tests

pytest

License


WIP. See the issue list for TODOs and milestones.