Coder Social home page Coder Social logo

python-scripts's Introduction

python-scripts

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.

checkjson and checkyaml

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)

copy2clip

Copies the contents of whatever file is passed as an argument into the clipboard on a Mac or Windows host.

convert2jpg

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)

cwd

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.

currency

Checks the current exchange rate of multiple currencies against a base

json2yaml and yaml2json

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)

natoalphabet

Gives the NATO phonetic readout for whatever word that is passed in

quickmath

Allows to quickly perform a single math function on a list of numbers. Addition is the most common use case for me.

python-scripts's People

Contributors

vincepower avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.