Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedebenelli/gatterbzinfo
https://github.com/fedebenelli/gatterbzinfo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fedebenelli/gatterbzinfo
- Owner: fedebenelli
- Created: 2019-11-29T17:41:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T19:11:48.000Z (about 5 years ago)
- Last Synced: 2024-10-29T08:05:01.072Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatterbzinfo
gatterbzinfo.py v 0.7 (random number lol)
author: Federico E. Benelli aka Ruther
This is a work in progress program, that will gatter all the data from different ODF files form Battlezone and then generate json and xlsx files with the gattered data.
As for now, the gatter of data for ordinances and guns is fully automated, but still some polish needs to be done since the result file is kinda messy. Since it's better standarized, vehicle data is easier to gatter right now I'm not familiar with BZ2/BZCC ODF files, but I guess they have similar format so it could be used there, too## Requirements
The script is written in Python3 and it uses the Pandas library to export to xlsx files.
The Pandas library can be installed using pip with:`pip3 install pandas` or `pip install pandas`
depending on how the command `pip` is defined in the user's PC
Pandas ain't mandatory for the script to work, if the user wants to just extract the data as json format without installing Pandas it can be done too without any editing.
## Usage
All the ODF files that the user wants to extract the data from must be in a subfolder called "ODFs" at the same folder of the script.