There is a .bat file for each python script so it can be launched on Windows. The yaml module isn't automatically loaded on all platforms, I see you Windows.
These files will validate if a file is validate YAML or JSON.
- Note yaml requires the pyyaml plugin to be installed (python3 -m pip install pyyaml)
Copies the contents of whatever file is passed as an argument into the clipboard on a Mac or Windows host.
Need to convert images into jpg to upload into your old Dynamics expense reporting system like I do, well this tool does it.
- Note this requires the Image plugin to be installed (python3 -m pip install Image)
Gets current working directory or the absolute path to a file name that is passed as an argument. The "-c" option automatically copies the output to the clipboard on a Mac or Windows host.
Checks the current exchange rate of multiple currencies against a base
Converts a file from either json or yaml to the other format. It can dump to stdout or a specified file.
- Note yaml requires the pyyaml plugin to be installed (python3 -m pip install pyyaml)
Gives the NATO phonetic readout for whatever word that is passed in
Allows to quickly perform a single math function on a list of numbers. Addition is the most common use case for me.