A Python tool to generate checksums for game client files and create compressed chunks for optimized download management.
- SHA-256 checksum generation for files
- Compression of files into defined-sized chunks
- Extraction of chunks
The configuration is managed in config.py. You can modify paths and chunk size as needed.
- Clone the repository.
- (Optional) Create a virtual environment.
- Install dependencies (if necessary).