Main | Dev |
---|---|
Python scripts for downloading and pre-processing Dragalia Lost game assets.
Replaces dragalia-asset-downloader.
py main.py -h
Use the command above for checking the usage.
-
Python 3.9
-
.NET Core 3.1+
- Download here: https://dotnet.microsoft.com/download/dotnet-core/3.1.
- Run
dotnet
to ensure it's working.
-
Dependencies listed in
requirements.txt
- Run
pip install -r requirements.txt
to install required dependencies. - Run
pip install -r requirements-dev.txt
to install required and development dependencies.
- Run
- Before commit, it is recommended to run
precommit.ps1
. Note that this created under Powershell 5.1.