zcmds


Namezcmds JSON
Version 1.4.83 PyPI version JSON
download
home_pagehttps://github.com/zackees/zcmds
SummaryCross platform(ish) productivity commands written in python.
upload_time2024-04-26 23:43:48
maintainerZachary Vorhies
docs_urlNone
authorNone
requires_python>=3.7
licenseBSD 3-Clause License
keywords zcmds
VCS
bugtrack_url
requirements ytclip pdf2image ffmpeg-normalize appdirs PyQt6 PyPDF2 jsoncomment pyserial openai consolemd inputimeout download playaudio gTTS py7zr static-ffmpeg zcmds_win32 static-sox json5 tiktoken regex pipx GitPython transcribe-anything send2trash magic-wormhole gpt4all wormhole-tx
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # zcmds
Cross platform(ish) productivity commands written in python. Tools for doing media manipulation through ffmpeg and AI. On Windows ls, rm and other common unix file commands are installed. Whenever there is something that doesn't work on Windows but does on Mac/Linux, I will apply a tool to make it work here. This toolset is ever-evolving and it's going to get insane in 2024 with all the AI that I'm now integrating.

[![MacOS_Tests](https://github.com/zackees/zcmds/actions/workflows/push_macos.yml/badge.svg)](https://github.com/zackees/zcmds/actions/workflows/push_macos.yml)
[![Win_Tests](https://github.com/zackees/zcmds/actions/workflows/push_win.yml/badge.svg)](https://github.com/zackees/zcmds/actions/workflows/push_win.yml)
[![Ubuntu_Tests](https://github.com/zackees/zcmds/actions/workflows/push_ubuntu.yml/badge.svg)](https://github.com/zackees/zcmds/actions/workflows/push_ubuntu.yml)

[![Linting](https://github.com/zackees/zcmds/actions/workflows/lint.yml/badge.svg)](https://github.com/zackees/zcmds/actions/workflows/lint.yml)

# Install

```bash
> pip install zcmds
> zcmds  # shows all commands
> diskaudit  # audits the disk usage from the current directory.
```

# Commands

  **Remember that typing in `zcmds` at the terminal will show you all the commands**

  * archive
    * Zips up the specified directory or file.
  * askai
    * Asks a question to OpenAI from the terminal command. Requires an openai token which will be requested and saved on first use.
    * Prefix your query with `!` to run command directly.
  * aicode
    * A front end for `Aider`, an AI pair programming tool. This is the future the sci fi writers promised you.
  * audnorm
    * Normalizes audio in a media file to a standard volume.
  * codeup
    * If your current git repo has `./lint`, `./test`, then this tool will run them in this order. If they both pass then
      `git add .` followed by `git commit -m ` or `aicommits` will be invoked.
  * comports
    * Shows all the ports that are in use at the current computer (useful for Arduino debugging).
  * diskaudit
    * walks the directory from the current directory and catalogs which of the child folders take up the most space.
  * git-bash (win32)
    * launches git-bash terminal (windows only).
  * gitconfig
    * Configures git so that it's in "easy-to-use-mode".
  * gitsummary
    * Generates a summary of the git repository commits, useful for invoicing
  * findfiles
    * finds a file with the given glob.
  * img2webp
    * Conversion tool for converting images into webp format.
  * img2vid
    * Converts a series of images to a video.
  * obs_organize
    * organizes the files in your default obs directory.
  * merge-to
    * Merges a clean git repo (no untracked files) to the target branch, pushes that target branch, then switches back to the original branch.
  * new
    * Opens a new terminal command window from the current terminal command window.
  * printenv
    * prints the current environment variables, including path. Everything is sorted
  * pdf2png
    * Converts a pdf to a series of images
  * pdf2txt
    * Converts a pdf to a text file.
  * push
    * A safer way to `git push`, checks if the rebase is dirty.
  * removbackground
    * Launches an AI tool in the browser to remove the background from an Image. Can also generate video with background removed. Front end for `rembg` backend.
  * search_and_replace
    * Search all the files from the current directory and applies exact text search and replace.
  * search_in_files
    * Search all files from current working directory for exact string matches matches.
  * sharedir
    * takes the current folder and shares it via a reverse proxy using ngrok.
  * stereo2mono
    * Reduces a stereo audio / video to a single mono track.
  * sudo (win32 only)
    * Runs a command as in sudo, using the gsudo tool.
  * vidcat
    * Concatenates two videos together, upscaling a lower resolution video.
  * vidmute
    * Strips out the audio in a video file and saves it as a new file.
  * vidinfo
    * Uses ffprobe to find the information from a video file.
  * vid2gif
    * A video is converted into an animated gif.
  * vid2jpg
    * A video is converted to a series of jpegs.
  * vid2mp3
    * A video is converted to an mp3.
  * vid2mp4
    * A video is converted to mp4. Useful for obs which saves everything as mkv. Extremely fast with mkv -> mp4 converstion.
  * vidclip
    * Clips a video using timestamps.
  * viddur
    * Get's the during, use vidinfo instead.
  * vidshrink
    * Shrinks a video. Useful for social media posts.
  * vidspeed
    * Changes the speed of a video.
  * vidvol
    * Changes the volume of a video.
  * ytclip
    * Download and clip a video from a url from youtube, rumble, bitchute, twitter... The timestamps are prompted by this program.
  * trash
    * Sends the folder or files to the trash. This sometimes works better than deleting files on Windows.
  * whichall
    * Finds all the executables in the path.
  * unzip
    * unzip the provided file
  * fixinternet
    * Attempts to fix the internet connection by flushing the dns and resetting the network adapter.
  * fixvmmem (win32 only)
    * Fixes the vmmem consuming 100% cpu on windows 10 after hibernate.
  * transcribe-anything
    * Transcribe media content using state of the art insanely-fast-whisper
  * tx
    * Easily send files over the internet. `tx README.md`
      * Front end to `womrhole send file`, but gives you the code upfront so the client can auto connect.

# Install (dev):

  * `git clone https://github.com/zackees/zcmds`
  * `cd zcmds`
  * `python -pip install -e .`
  * Test by typing in `zcmds`


# 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.

# Release Notes
  * 1.4.83: `removebackground` now uses `-b` for bitrate for mp4 like it does webm. Bitrates can now be specified in other units like 500k.code
  * 1.4.82: `removebackground` now generates an mp4 encoded in HEVC for yuva420p support as well as webm with vp9 yuva420p.
  * 1.4.81: `aicode` now defaults to `--claude3` if anthropic key is set. `removebackground` now supports parallel processing.
  * 1.4.80: `aicode` now supports `--claude3`, use `--set-anthropic-key` to set the key.
  * 1.4.79: `removebackground` now allows `--fps`
  * 1.4.78: `removebackground` now allows `--height`
  * 1.4.77: `removebackground` now allows video/image as input.
  * 1.4.76: `askai` now had `--input-file`, for better tooling.
  * 1.4.75: Fix https://github.com/zackees/zcmds/issues/13 in `img2webp`
  * 1.4.74: Fix `https://github.com/zackees/zcmds/issues/901`
  * 1.4.73: `aicode` now accepts Windows paths and converts them to posix paths prior to sending them to Aider.
  * 1.4.72: `aicode` is now 2x faster to load because checking update version is now a delayed background task.
  * 1.4.71: `codeup` now finds `.git` directory a few parents up, also allows `--no-test`
  * 1.4.70: `askai` now has `--assistant-prompt-file`
  * 1.4.69: `codeup` now implies `--push`. If you don't want to push then use `--no-push``
  * 1.4.68: `codeup` now has `--push` to allow pushes to the repo if everything passes.
  * 1.4.67: Adds new tool `codeup` which will run ./lint (if it exists) then ./test (if it exists) then aicommits (if it exists)
  * 1.4.66: `askai` now allows optional `--assistant-prompt` to tell the AI what it is. This is super useful for data scientists, you can use this in your Jupyter Notebooks quite easily!
  * 1.4.65: Adds `gitconfig`
  * 1.4.64: Adds `new` to open a new terminal command window from the current terminal command window.
  * 1.4.63: Adds `gitconfigure` to give sane defaults to your git.
  * 1.4.62: `askai` can now run commands by prefixing with `!`
  * 1.4.61: Fix bug in `tx`
  * 1.4.60: New tool `tx`, a wrapper around `wormhole send` but easier to use.
  * 1.4.59: New tool `push`, a safe way to `git push`
  * 1.4.58: Fixes `askai` with positional args (asking a question and then immediatly exiting.)
  * 1.4.57: Bring in new `zcmds_win32` include `sshpass`
  * 1.4.56: Fixes `aicode` on first run crash.
  * 1.4.54: Bring in new `zcmds_win32` fixes and improvements.
  * 1.4.53: Fixes `transcribe-anything` with python 3.11 for `--device insane`
  * 1.4.52: Update `transcribe-anything` for bug fix 2.7.23
  * 1.4.51: Updates `transcribe-anything` to 2.7.22
  * 1.4.50: Uses git-bash version of ssh for windows.
  * 1.4.49: Adds `trash` which sends files to the trash.
  * 1.4.48: Adds `removebackground` which uses AI to remove a background image. Uses `rembg` backend
  * 1.4.47: Adds `transcribe-anything` to the command stack.
  * 1.4.46: Fix `merge-to` with missing push step from target step.
  * 1.4.45: Adds new tool `merge-to`, which streamlines merge a current branch into the other and then pushing.
  * 1.4.44: Fixes vidwebmaster (Qt6 pinned version just stopped working!!)
  * 1.4.43: Adds `aicode` which is the same as `askai --code`
  * 1.4.42: Adds `imgshrink`
  * 1.4.41: `aider` now installed with `pipx` to avoid package conflicts because of it's pinned deps.
  * 1.4.40: Fix `askai` in python 3.11 with linux.
  * 1.4.39: `aider` is now part of this command set. An awesome ai pair programmer. Enable it with `askai --code`
  * 1.4.37: `askai` now streams output to the console.
  * 1.4.36: `losslesscut` (on windows) can now be executed on other drivers and doesn't block the current terminal.
  * 1.4.35: `askai` now assumed `--fast`. You can use gpt4 vs `--slow`
  * 1.4.34: Fixes geninvoice
  * 1.4.32: OpenAI now requires version 1.3.8 or higher (fixes breaking changes from OpenAI)
  * 1.4.31: Improve `audnorm` so that it uses sox instead of `ffmpeg-normalize`. Fix bug where not all commands were installed. Fixes openai api changes.
  * 1.4.30: Fix error in diskaudit when no files found in protected dir.
  * 1.4.29: Fix img2webp.
  * 1.4.28: Bug fix
  * 1.4.27: askai now has `--fast`
  * 1.4.26: vid2jpg now has `--no-open-folder`
  * 1.4.24: Adds `archive`
  * 1.4.23: Bump zcmds-win32
  * 1.4.21: `askai` handles pasting text that has double lines in it.
  * 1.4.20: `askai` is now at gpt-4
  * 1.4.19: Adds `losslesscut` for win32.
  * 1.4.18: Fix win32 `zcmds_win32`
  * 1.4.17: `vid2mp4` now adds `--nvenc` and `--height` `--crf`
  * 1.4.16: Fixes `img2webp`.
  * 1.4.15: Adds `img2webp` utility.
  * 1.4.13: Add `--no-fast-start` to vidwebmaster.
  * 1.4.12: Fixes a bug in find files when an exception is thrown during file inspection.
  * 1.4.11: `findfiles` now has --start --end --larger-than --smaller-then
  * 1.4.10: `zcmds` now uses `get_cmds.py` to get all of the commands from the exe list.
  * 1.4.8: `audnorm` now encodes in mp3 format (improves compatibility). vid2mp3 now allows `--normalize`
  * 1.4.7: Fixes broken build.
  * 1.4.6: Adds `say` command to speak out the text you give the program
  * 1.4.5: Adds saved settings for gitsummary
  * 1.4.4: Adds `pdf2txt` command
  * 1.4.3: Adds `gitsummary` command
  * 1.4.2: Bump up zcmds_win32 to 1.0.17
  * 1.4.1: Adds 'whichall' command
  * 1.4.0: Askai now supports question-answer-question-... interactive mode
  * 1.3.17: Adds syntax highlighting to open askai tool
  * 1.3.16: Improves openai by using gpt 3.5
  * 1.3.15: Improve vidinfo for more data and be a lot faster with single pass probing.
  * 1.3.14: Improve vidinfo to handle non existant streams and bad files.
  * 1.3.13: Added `img2vid` command.
  * 1.3.12: Added `fixinternet` command.
  * 1.3.11: Fix badges.
  * 1.3.10: Suppress spurious warnings with chardet in openai
  * 1.3.9: Changes sound driver, should eliminate the runtime dependency on win32.
  * 1.3.8: Adds askai tool
  * 1.3.7: findfile -> findfiles
  * 1.3.6: zcmds[win32] is now at 1.0.2 (includes `unzip`)
  * 1.3.5: zcmds[win32] is now at 1.0.1 (includes `nano` and `pico`)
  * 1.3.4: Adds `printenv` utility
  * 1.3.3: Adds `findfile` utility.
  * 1.3.2: Adds `comports` to display all comports that are active on the computer.
  * 1.3.1: Nit improvement in search_and_replace to improve ui
  * 1.3.0: vidwebmaster now does variable rate encoding. --crf and --heights has been replaced by --encodings
  * 1.2.1: Adds improvements to vidhero for audio fade and makes vidclip improves usability
  * 1.2.0: stripaudio -> vidmute
  * 1.1.30: Improves vidinfo with less spam on the console and allows passing height list
  * 1.1.29: More improvements to vidinfo
  * 1.1.28: vidinfo now has more encoding information
  * 1.1.27: Fix issues with spaces in vidinfo
  * 1.1.26: Adds vidinfo
  * 1.1.26: Vidclip now supports start_time end_time being omitted.
  * 1.1.25: Even better performance of diskaudit. 50% reduction in execution time.
  * 1.1.24: Fixes diskaudit from double counting
  * 1.1.23: Fixes test_net_connection
  * 1.1.22: vid2mp4 - if file exists, try another name.
  * 1.1.21: Adds --fps option to vidshrink utility
  * 1.1.19: Using pyprojec.toml build system now.
  * 1.1.17: vidwebmaster fixes heights argument for other code path
  * 1.1.16: vidwebmaster fixes heights argument
  * 1.1.15: vidwebmaster fixed
  * 1.1.14: QT5 -> QT6
  * 1.1.13: vidwebmaster fixes () bash-bug in linux
  * 1.1.12: vidwebmaster now has a gui if no file is supplied
  * 1.1.11: Adds vidlist
  * 1.1.10: Adds vidhero
  * 1.1.9: adds vidwebmaster
  * 1.1.8: adds vidmatrix to test out different settings.
  * 1.1.7: vidshrink and vidclip now both feature width argument
  * 1.1.6: Adds touch to win32
  * 1.1.5: Adds unzip to win32
  * 1.1.4: Fix home cmd.
  * 1.1.3: Fix up cmds so it returns int
  * 1.1.2: Fix git-bash on win32
  * 1.1.1: Release


# TODO:

  * Add silence remover:
    * https://github.com/bambax/Remsi
  * Add lossless cut to vidclip
    * https://github.com/mifi/lossless-cut

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zackees/zcmds",
    "name": "zcmds",
    "maintainer": "Zachary Vorhies",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "zcmds",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/72/2f/ced3c98aefd9928d9039187f3626e75db6ad163ab7c20b39b390fbc57078/zcmds-1.4.83.tar.gz",
    "platform": null,
    "description": "# zcmds\r\nCross platform(ish) productivity commands written in python. Tools for doing media manipulation through ffmpeg and AI. On Windows ls, rm and other common unix file commands are installed. Whenever there is something that doesn't work on Windows but does on Mac/Linux, I will apply a tool to make it work here. This toolset is ever-evolving and it's going to get insane in 2024 with all the AI that I'm now integrating.\r\n\r\n[![MacOS_Tests](https://github.com/zackees/zcmds/actions/workflows/push_macos.yml/badge.svg)](https://github.com/zackees/zcmds/actions/workflows/push_macos.yml)\r\n[![Win_Tests](https://github.com/zackees/zcmds/actions/workflows/push_win.yml/badge.svg)](https://github.com/zackees/zcmds/actions/workflows/push_win.yml)\r\n[![Ubuntu_Tests](https://github.com/zackees/zcmds/actions/workflows/push_ubuntu.yml/badge.svg)](https://github.com/zackees/zcmds/actions/workflows/push_ubuntu.yml)\r\n\r\n[![Linting](https://github.com/zackees/zcmds/actions/workflows/lint.yml/badge.svg)](https://github.com/zackees/zcmds/actions/workflows/lint.yml)\r\n\r\n# Install\r\n\r\n```bash\r\n> pip install zcmds\r\n> zcmds  # shows all commands\r\n> diskaudit  # audits the disk usage from the current directory.\r\n```\r\n\r\n# Commands\r\n\r\n  **Remember that typing in `zcmds` at the terminal will show you all the commands**\r\n\r\n  * archive\r\n    * Zips up the specified directory or file.\r\n  * askai\r\n    * Asks a question to OpenAI from the terminal command. Requires an openai token which will be requested and saved on first use.\r\n    * Prefix your query with `!` to run command directly.\r\n  * aicode\r\n    * A front end for `Aider`, an AI pair programming tool. This is the future the sci fi writers promised you.\r\n  * audnorm\r\n    * Normalizes audio in a media file to a standard volume.\r\n  * codeup\r\n    * If your current git repo has `./lint`, `./test`, then this tool will run them in this order. If they both pass then\r\n      `git add .` followed by `git commit -m ` or `aicommits` will be invoked.\r\n  * comports\r\n    * Shows all the ports that are in use at the current computer (useful for Arduino debugging).\r\n  * diskaudit\r\n    * walks the directory from the current directory and catalogs which of the child folders take up the most space.\r\n  * git-bash (win32)\r\n    * launches git-bash terminal (windows only).\r\n  * gitconfig\r\n    * Configures git so that it's in \"easy-to-use-mode\".\r\n  * gitsummary\r\n    * Generates a summary of the git repository commits, useful for invoicing\r\n  * findfiles\r\n    * finds a file with the given glob.\r\n  * img2webp\r\n    * Conversion tool for converting images into webp format.\r\n  * img2vid\r\n    * Converts a series of images to a video.\r\n  * obs_organize\r\n    * organizes the files in your default obs directory.\r\n  * merge-to\r\n    * Merges a clean git repo (no untracked files) to the target branch, pushes that target branch, then switches back to the original branch.\r\n  * new\r\n    * Opens a new terminal command window from the current terminal command window.\r\n  * printenv\r\n    * prints the current environment variables, including path. Everything is sorted\r\n  * pdf2png\r\n    * Converts a pdf to a series of images\r\n  * pdf2txt\r\n    * Converts a pdf to a text file.\r\n  * push\r\n    * A safer way to `git push`, checks if the rebase is dirty.\r\n  * removbackground\r\n    * Launches an AI tool in the browser to remove the background from an Image. Can also generate video with background removed. Front end for `rembg` backend.\r\n  * search_and_replace\r\n    * Search all the files from the current directory and applies exact text search and replace.\r\n  * search_in_files\r\n    * Search all files from current working directory for exact string matches matches.\r\n  * sharedir\r\n    * takes the current folder and shares it via a reverse proxy using ngrok.\r\n  * stereo2mono\r\n    * Reduces a stereo audio / video to a single mono track.\r\n  * sudo (win32 only)\r\n    * Runs a command as in sudo, using the gsudo tool.\r\n  * vidcat\r\n    * Concatenates two videos together, upscaling a lower resolution video.\r\n  * vidmute\r\n    * Strips out the audio in a video file and saves it as a new file.\r\n  * vidinfo\r\n    * Uses ffprobe to find the information from a video file.\r\n  * vid2gif\r\n    * A video is converted into an animated gif.\r\n  * vid2jpg\r\n    * A video is converted to a series of jpegs.\r\n  * vid2mp3\r\n    * A video is converted to an mp3.\r\n  * vid2mp4\r\n    * A video is converted to mp4. Useful for obs which saves everything as mkv. Extremely fast with mkv -> mp4 converstion.\r\n  * vidclip\r\n    * Clips a video using timestamps.\r\n  * viddur\r\n    * Get's the during, use vidinfo instead.\r\n  * vidshrink\r\n    * Shrinks a video. Useful for social media posts.\r\n  * vidspeed\r\n    * Changes the speed of a video.\r\n  * vidvol\r\n    * Changes the volume of a video.\r\n  * ytclip\r\n    * Download and clip a video from a url from youtube, rumble, bitchute, twitter... The timestamps are prompted by this program.\r\n  * trash\r\n    * Sends the folder or files to the trash. This sometimes works better than deleting files on Windows.\r\n  * whichall\r\n    * Finds all the executables in the path.\r\n  * unzip\r\n    * unzip the provided file\r\n  * fixinternet\r\n    * Attempts to fix the internet connection by flushing the dns and resetting the network adapter.\r\n  * fixvmmem (win32 only)\r\n    * Fixes the vmmem consuming 100% cpu on windows 10 after hibernate.\r\n  * transcribe-anything\r\n    * Transcribe media content using state of the art insanely-fast-whisper\r\n  * tx\r\n    * Easily send files over the internet. `tx README.md`\r\n      * Front end to `womrhole send file`, but gives you the code upfront so the client can auto connect.\r\n\r\n# Install (dev):\r\n\r\n  * `git clone https://github.com/zackees/zcmds`\r\n  * `cd zcmds`\r\n  * `python -pip install -e .`\r\n  * Test by typing in `zcmds`\r\n\r\n\r\n# Additional install\r\n\r\n  For the pdf2image use:\r\n  * win32: `choco install poppler`\r\n  * ... ?\r\n\r\n# Note:\r\n\r\nRunning tox will install hooks into the .tox directory. Keep this in my if you are developing.\r\nTODO: Add a cleanup function to undo this.\r\n\r\n# Release Notes\r\n  * 1.4.83: `removebackground` now uses `-b` for bitrate for mp4 like it does webm. Bitrates can now be specified in other units like 500k.code\r\n  * 1.4.82: `removebackground` now generates an mp4 encoded in HEVC for yuva420p support as well as webm with vp9 yuva420p.\r\n  * 1.4.81: `aicode` now defaults to `--claude3` if anthropic key is set. `removebackground` now supports parallel processing.\r\n  * 1.4.80: `aicode` now supports `--claude3`, use `--set-anthropic-key` to set the key.\r\n  * 1.4.79: `removebackground` now allows `--fps`\r\n  * 1.4.78: `removebackground` now allows `--height`\r\n  * 1.4.77: `removebackground` now allows video/image as input.\r\n  * 1.4.76: `askai` now had `--input-file`, for better tooling.\r\n  * 1.4.75: Fix https://github.com/zackees/zcmds/issues/13 in `img2webp`\r\n  * 1.4.74: Fix `https://github.com/zackees/zcmds/issues/901`\r\n  * 1.4.73: `aicode` now accepts Windows paths and converts them to posix paths prior to sending them to Aider.\r\n  * 1.4.72: `aicode` is now 2x faster to load because checking update version is now a delayed background task.\r\n  * 1.4.71: `codeup` now finds `.git` directory a few parents up, also allows `--no-test`\r\n  * 1.4.70: `askai` now has `--assistant-prompt-file`\r\n  * 1.4.69: `codeup` now implies `--push`. If you don't want to push then use `--no-push``\r\n  * 1.4.68: `codeup` now has `--push` to allow pushes to the repo if everything passes.\r\n  * 1.4.67: Adds new tool `codeup` which will run ./lint (if it exists) then ./test (if it exists) then aicommits (if it exists)\r\n  * 1.4.66: `askai` now allows optional `--assistant-prompt` to tell the AI what it is. This is super useful for data scientists, you can use this in your Jupyter Notebooks quite easily!\r\n  * 1.4.65: Adds `gitconfig`\r\n  * 1.4.64: Adds `new` to open a new terminal command window from the current terminal command window.\r\n  * 1.4.63: Adds `gitconfigure` to give sane defaults to your git.\r\n  * 1.4.62: `askai` can now run commands by prefixing with `!`\r\n  * 1.4.61: Fix bug in `tx`\r\n  * 1.4.60: New tool `tx`, a wrapper around `wormhole send` but easier to use.\r\n  * 1.4.59: New tool `push`, a safe way to `git push`\r\n  * 1.4.58: Fixes `askai` with positional args (asking a question and then immediatly exiting.)\r\n  * 1.4.57: Bring in new `zcmds_win32` include `sshpass`\r\n  * 1.4.56: Fixes `aicode` on first run crash.\r\n  * 1.4.54: Bring in new `zcmds_win32` fixes and improvements.\r\n  * 1.4.53: Fixes `transcribe-anything` with python 3.11 for `--device insane`\r\n  * 1.4.52: Update `transcribe-anything` for bug fix 2.7.23\r\n  * 1.4.51: Updates `transcribe-anything` to 2.7.22\r\n  * 1.4.50: Uses git-bash version of ssh for windows.\r\n  * 1.4.49: Adds `trash` which sends files to the trash.\r\n  * 1.4.48: Adds `removebackground` which uses AI to remove a background image. Uses `rembg` backend\r\n  * 1.4.47: Adds `transcribe-anything` to the command stack.\r\n  * 1.4.46: Fix `merge-to` with missing push step from target step.\r\n  * 1.4.45: Adds new tool `merge-to`, which streamlines merge a current branch into the other and then pushing.\r\n  * 1.4.44: Fixes vidwebmaster (Qt6 pinned version just stopped working!!)\r\n  * 1.4.43: Adds `aicode` which is the same as `askai --code`\r\n  * 1.4.42: Adds `imgshrink`\r\n  * 1.4.41: `aider` now installed with `pipx` to avoid package conflicts because of it's pinned deps.\r\n  * 1.4.40: Fix `askai` in python 3.11 with linux.\r\n  * 1.4.39: `aider` is now part of this command set. An awesome ai pair programmer. Enable it with `askai --code`\r\n  * 1.4.37: `askai` now streams output to the console.\r\n  * 1.4.36: `losslesscut` (on windows) can now be executed on other drivers and doesn't block the current terminal.\r\n  * 1.4.35: `askai` now assumed `--fast`. You can use gpt4 vs `--slow`\r\n  * 1.4.34: Fixes geninvoice\r\n  * 1.4.32: OpenAI now requires version 1.3.8 or higher (fixes breaking changes from OpenAI)\r\n  * 1.4.31: Improve `audnorm` so that it uses sox instead of `ffmpeg-normalize`. Fix bug where not all commands were installed. Fixes openai api changes.\r\n  * 1.4.30: Fix error in diskaudit when no files found in protected dir.\r\n  * 1.4.29: Fix img2webp.\r\n  * 1.4.28: Bug fix\r\n  * 1.4.27: askai now has `--fast`\r\n  * 1.4.26: vid2jpg now has `--no-open-folder`\r\n  * 1.4.24: Adds `archive`\r\n  * 1.4.23: Bump zcmds-win32\r\n  * 1.4.21: `askai` handles pasting text that has double lines in it.\r\n  * 1.4.20: `askai` is now at gpt-4\r\n  * 1.4.19: Adds `losslesscut` for win32.\r\n  * 1.4.18: Fix win32 `zcmds_win32`\r\n  * 1.4.17: `vid2mp4` now adds `--nvenc` and `--height` `--crf`\r\n  * 1.4.16: Fixes `img2webp`.\r\n  * 1.4.15: Adds `img2webp` utility.\r\n  * 1.4.13: Add `--no-fast-start` to vidwebmaster.\r\n  * 1.4.12: Fixes a bug in find files when an exception is thrown during file inspection.\r\n  * 1.4.11: `findfiles` now has --start --end --larger-than --smaller-then\r\n  * 1.4.10: `zcmds` now uses `get_cmds.py` to get all of the commands from the exe list.\r\n  * 1.4.8: `audnorm` now encodes in mp3 format (improves compatibility). vid2mp3 now allows `--normalize`\r\n  * 1.4.7: Fixes broken build.\r\n  * 1.4.6: Adds `say` command to speak out the text you give the program\r\n  * 1.4.5: Adds saved settings for gitsummary\r\n  * 1.4.4: Adds `pdf2txt` command\r\n  * 1.4.3: Adds `gitsummary` command\r\n  * 1.4.2: Bump up zcmds_win32 to 1.0.17\r\n  * 1.4.1: Adds 'whichall' command\r\n  * 1.4.0: Askai now supports question-answer-question-... interactive mode\r\n  * 1.3.17: Adds syntax highlighting to open askai tool\r\n  * 1.3.16: Improves openai by using gpt 3.5\r\n  * 1.3.15: Improve vidinfo for more data and be a lot faster with single pass probing.\r\n  * 1.3.14: Improve vidinfo to handle non existant streams and bad files.\r\n  * 1.3.13: Added `img2vid` command.\r\n  * 1.3.12: Added `fixinternet` command.\r\n  * 1.3.11: Fix badges.\r\n  * 1.3.10: Suppress spurious warnings with chardet in openai\r\n  * 1.3.9: Changes sound driver, should eliminate the runtime dependency on win32.\r\n  * 1.3.8: Adds askai tool\r\n  * 1.3.7: findfile -> findfiles\r\n  * 1.3.6: zcmds[win32] is now at 1.0.2 (includes `unzip`)\r\n  * 1.3.5: zcmds[win32] is now at 1.0.1 (includes `nano` and `pico`)\r\n  * 1.3.4: Adds `printenv` utility\r\n  * 1.3.3: Adds `findfile` utility.\r\n  * 1.3.2: Adds `comports` to display all comports that are active on the computer.\r\n  * 1.3.1: Nit improvement in search_and_replace to improve ui\r\n  * 1.3.0: vidwebmaster now does variable rate encoding. --crf and --heights has been replaced by --encodings\r\n  * 1.2.1: Adds improvements to vidhero for audio fade and makes vidclip improves usability\r\n  * 1.2.0: stripaudio -> vidmute\r\n  * 1.1.30: Improves vidinfo with less spam on the console and allows passing height list\r\n  * 1.1.29: More improvements to vidinfo\r\n  * 1.1.28: vidinfo now has more encoding information\r\n  * 1.1.27: Fix issues with spaces in vidinfo\r\n  * 1.1.26: Adds vidinfo\r\n  * 1.1.26: Vidclip now supports start_time end_time being omitted.\r\n  * 1.1.25: Even better performance of diskaudit. 50% reduction in execution time.\r\n  * 1.1.24: Fixes diskaudit from double counting\r\n  * 1.1.23: Fixes test_net_connection\r\n  * 1.1.22: vid2mp4 - if file exists, try another name.\r\n  * 1.1.21: Adds --fps option to vidshrink utility\r\n  * 1.1.19: Using pyprojec.toml build system now.\r\n  * 1.1.17: vidwebmaster fixes heights argument for other code path\r\n  * 1.1.16: vidwebmaster fixes heights argument\r\n  * 1.1.15: vidwebmaster fixed\r\n  * 1.1.14: QT5 -> QT6\r\n  * 1.1.13: vidwebmaster fixes () bash-bug in linux\r\n  * 1.1.12: vidwebmaster now has a gui if no file is supplied\r\n  * 1.1.11: Adds vidlist\r\n  * 1.1.10: Adds vidhero\r\n  * 1.1.9: adds vidwebmaster\r\n  * 1.1.8: adds vidmatrix to test out different settings.\r\n  * 1.1.7: vidshrink and vidclip now both feature width argument\r\n  * 1.1.6: Adds touch to win32\r\n  * 1.1.5: Adds unzip to win32\r\n  * 1.1.4: Fix home cmd.\r\n  * 1.1.3: Fix up cmds so it returns int\r\n  * 1.1.2: Fix git-bash on win32\r\n  * 1.1.1: Release\r\n\r\n\r\n# TODO:\r\n\r\n  * Add silence remover:\r\n    * https://github.com/bambax/Remsi\r\n  * Add lossless cut to vidclip\r\n    * https://github.com/mifi/lossless-cut\r\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Cross platform(ish) productivity commands written in python.",
    "version": "1.4.83",
    "project_urls": {
        "Homepage": "https://github.com/zackees/zcmds"
    },
    "split_keywords": [
        "zcmds"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be5ca0729d697b24002668d4b8c404b0cff86b311193cecd66449ccb477e9845",
                "md5": "3b083690d436adafdfb40845392d63f7",
                "sha256": "be5ce0b9e7d2a3a34701cc56af3a1dfde9b999e8594572a331ef007581f6f207"
            },
            "downloads": -1,
            "filename": "zcmds-1.4.83-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3b083690d436adafdfb40845392d63f7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 166231,
            "upload_time": "2024-04-26T23:43:45",
            "upload_time_iso_8601": "2024-04-26T23:43:45.012283Z",
            "url": "https://files.pythonhosted.org/packages/be/5c/a0729d697b24002668d4b8c404b0cff86b311193cecd66449ccb477e9845/zcmds-1.4.83-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "722fced3c98aefd9928d9039187f3626e75db6ad163ab7c20b39b390fbc57078",
                "md5": "9454c2cf8334b1d16e67e604df565572",
                "sha256": "c6d74a6ead58ba846ca19bfb36f938681978380af5b0eeb1bb9ccb800ffeab1f"
            },
            "downloads": -1,
            "filename": "zcmds-1.4.83.tar.gz",
            "has_sig": false,
            "md5_digest": "9454c2cf8334b1d16e67e604df565572",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 203476,
            "upload_time": "2024-04-26T23:43:48",
            "upload_time_iso_8601": "2024-04-26T23:43:48.510704Z",
            "url": "https://files.pythonhosted.org/packages/72/2f/ced3c98aefd9928d9039187f3626e75db6ad163ab7c20b39b390fbc57078/zcmds-1.4.83.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 23:43:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zackees",
    "github_project": "zcmds",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ytclip",
            "specs": []
        },
        {
            "name": "pdf2image",
            "specs": []
        },
        {
            "name": "ffmpeg-normalize",
            "specs": []
        },
        {
            "name": "appdirs",
            "specs": []
        },
        {
            "name": "PyQt6",
            "specs": []
        },
        {
            "name": "PyPDF2",
            "specs": []
        },
        {
            "name": "jsoncomment",
            "specs": []
        },
        {
            "name": "pyserial",
            "specs": []
        },
        {
            "name": "openai",
            "specs": [
                [
                    "==",
                    "1.3.7"
                ]
            ]
        },
        {
            "name": "consolemd",
            "specs": []
        },
        {
            "name": "inputimeout",
            "specs": []
        },
        {
            "name": "download",
            "specs": []
        },
        {
            "name": "playaudio",
            "specs": [
                [
                    ">=",
                    "1.0.5"
                ]
            ]
        },
        {
            "name": "gTTS",
            "specs": []
        },
        {
            "name": "py7zr",
            "specs": []
        },
        {
            "name": "static-ffmpeg",
            "specs": [
                [
                    ">=",
                    "2.5"
                ]
            ]
        },
        {
            "name": "zcmds_win32",
            "specs": [
                [
                    ">=",
                    "1.2.12"
                ]
            ]
        },
        {
            "name": "static-sox",
            "specs": []
        },
        {
            "name": "json5",
            "specs": []
        },
        {
            "name": "tiktoken",
            "specs": [
                [
                    ">=",
                    "0.6.0"
                ]
            ]
        },
        {
            "name": "regex",
            "specs": [
                [
                    ">=",
                    "2023.12.25"
                ]
            ]
        },
        {
            "name": "pipx",
            "specs": []
        },
        {
            "name": "GitPython",
            "specs": []
        },
        {
            "name": "transcribe-anything",
            "specs": [
                [
                    ">=",
                    "2.7.27"
                ]
            ]
        },
        {
            "name": "send2trash",
            "specs": []
        },
        {
            "name": "magic-wormhole",
            "specs": []
        },
        {
            "name": "gpt4all",
            "specs": []
        },
        {
            "name": "wormhole-tx",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "zcmds"
}
        
Elapsed time: 0.28640s