nhok0169 / Anime-Game-Remap

Anime Game Remap/Fix/Convert
https://anime-game-remap.readthedocs.io/en/latest/
Apache License 2.0
20 stars 13 forks source link

Created Pypi package for the script #17

Closed Alex-Au1 closed 1 year ago

Alex-Au1 commented 1 year ago

Users do not need to go to Github and download the script since they could install the script as a library and just run the module

Pypi link: https://pypi.org/project/FixRaidenBoss2/

install the module by:

python -m pip install -U FixRaidenBoss2

then run module by:

python -m FixRaidenBoss2
nhok0169 commented 1 year ago

so you need update on that site every we update on github ? or it will automatic?

Alex-Au1 commented 1 year ago

There is a way to set automatic triggers to update the package to the Pypi site, so we do not have to worry to much about building the package ourselves.

We could setup a CI/CD environment using Github Actions to automatically upload the package whenever we do some commit, push, release, etc... on Github

Feature for this automatic trigger is here: https://github.com/nhok0169/Fix-Raiden-Boss/pull/18