Metadata-Version: 2.1
Name: zcmds
Version: 1.0.19
Summary: Cross platform(ish) productivity commands written in python.
Home-page: https://github.com/zackees/zcmds
Author: Zach Vorhies
Author-email: dont@email.me
License: MIT
Description: # zcmds
        Cross platform(ish) productivity commands written in python. Tools for doing video and searching through files.
        
        More information will be added later.
        
        
        [![Actions Status](https://github.com/zackees/zcmds/workflows/MacOS_Tests/badge.svg)](https://github.com/zackees/zcmds/actions/workflows/push_macos.yml)
        [![Actions Status](https://github.com/zackees/zcmds/workflows/Win_Tests/badge.svg)](https://github.com/zackees/zcmds/actions/workflows/push_win.yml)
        [![Actions Status](https://github.com/zackees/zcmds/workflows/Ubuntu_Tests/badge.svg)](https://github.com/zackees/zcmds/actions/workflows/push_ubuntu.yml)
        
        
        # Commands
        
          * audnorm
          * diskaudit
          * git-bash
          * obs_organize
          * pdf2png
          * search_and_replace
          * search_in_files
          * sharedir
          * stereo2mono
          * stripaudio
          * vid2gif
          * vid2jpg
          * vid2mp3
          * vid2mp4
          * vidclip
          * viddur
          * vidshrink
          * vidspeed
          * vidvol
          * ytclip
        
        
        # Install (normal)
          * `python -pip install zcmds`
        
        
        # Install (dev):
        
          * `git clone https://github.com/zackees/zcmds`
          * `cd zcmds`
          * `python -pip install -e .`
          * Test by typing in `zcmds`
          * `zcmds_install`
        
        # Additional install
        
          For the pdf2image use:
          * win32: `choco install poppler`
          * ... ?
        
        # Note:
        
        Running tox will install hooks into the .tox directory. Keep this in my if you are developing.
        TODO: Add a cleanup function to undo this.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Environment :: Console
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: test
