/utilities

Primary LanguagePythonMIT LicenseMIT

Utilities

Static Badge GitHub last commit (branch) GitHub Python

This repo contains a collection of utilities in python that I use in my daily work. I hope you find them useful too.

Installation

    $ git clone https://github.com/danielcgiraldo/utilities.git
    $ cd utilities

Usage

Please refer to every utility's README.md file for usage instructions.

List of utilities

  • Files: Utilities to work with files
    • enumerate: Enumerate from 1 to n, n files in a directory
    • qr: Generate QR codes from a list of strings
    • Images: Utilities to work with images

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.