https://github.com/wardbenjamin/xs
CLI tool for easy manipulation of XScout data.
https://github.com/wardbenjamin/xs
Last synced: 7 days ago
JSON representation
CLI tool for easy manipulation of XScout data.
- Host: GitHub
- URL: https://github.com/wardbenjamin/xs
- Owner: WardBenjamin
- License: mit
- Created: 2017-03-10T21:31:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T22:44:50.000Z (about 9 years ago)
- Last Synced: 2025-03-06T12:18:59.634Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `xs`
Convenient CLI app for manipulation of [XScout](https://github.com/Team612/XScout) data. Also works with any compatible JSON-format data.
## Installation
* Install `python3`.
* Clone the `xs` repository and move into it:
git clone https://github.com/WardBenjamin/xs && cd xs
* If using on a Unix-based OS, you can copy `xs.py` to an executable location, for example:
cp xs.py /usr/local/bin/x
Make sure to use `chmod +x xs.py` first to mark the script as executable if necessary.
## Commands
Commands are being added as needed, so for now they're few. That will gradually change.
* `xs cons` - consolidate all JSON scouting data files in the working directory into one.
* `xs csv`/`spreadsheet`/`ss` - convert raw JSON file into a CSV spreadsheet.