jonthesquirrel / utility

Utility scripts for transforming data files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use

JavaScript files

  1. Make sure Node JS is installed
  2. Run npm install
  3. Read the comments at the top of a script to see what input files it expects you to create
  4. Run node whateverScript.js

Python files

  1. Make sure python is installed
  2. Run python whatever_script.py

Created partially using ChatGPT

About

Utility scripts for transforming data files

License:MIT License


Languages

Language:JavaScript 70.7%Language:Python 29.3%