Skip to content

An OBS Browser Extension that displays your current party and held items.

License

Notifications You must be signed in to change notification settings

linkian209/PokeParty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokeParty

An OBS browser extension to display your current pokemon party.

Installation

Requires Python 3.10+

pip install -r requirements.txt

Sprites

The sprites are SVGs that are intended to be created by pokesprite-svg. After creating the SVGs take the pokesprite/ directory from the build directory and place it into the static/img/ directory, so that they can be served.

Alternatively, you can store these SVGs somewhere else and have NGINX or serve them.

Database

The database is a SQLite table created in the root directory of the application. Migrations are managed by alembic:

alembic upgrade head

About

An OBS Browser Extension that displays your current party and held items.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published