Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
/ zoom-cli Public archive

Command line interface for changing Zoom virtual backgrounds

License

Notifications You must be signed in to change notification settings

matthewdean/zoom-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoom-cli

Command line interface for changing Zoom virtual backgrounds

Installation

git clone https://github.com/matthewdean/zoom-cli.git
cd zoom-cli
pip install -r requirements.txt

Usage

$ python zoom.py --help
usage:
  zoom background get             print the current background name
  zoom background set <file>      change the virtual background
  zoom background unset           disable the virtual background

  zoom background import <path>   add virtual background(s) from a given file or directory
  zoom background export <dir>    copy virtual backgrounds to a given directory
  zoom background list            enumerate virtual backgrounds
  zoom background deleteall       delete all custom virtual backgrounds

  zoom app start                  launch zoom app if not running
  zoom app stop                   terminate zoom app if running
  zoom app restart                terminate zoom app if running and then relaunch

Notes

  • Zoom must be restarted for virtual background changes to take effect
  • Tested on Windows and macOS

Requirements

  • pip
  • Python 3
  • ffmpeg

About

Command line interface for changing Zoom virtual backgrounds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages