Online meeting with gesture.
Logo and icons are remixed Heroicons and Twemoji.
Useage
Requirements
Ubuntu / Debian
sudo apt install \
libgirepository1.0-dev \
gcc libcairo2-dev \
pkg-config \
python3-dev \
gir1.2-gtk-3.0 \
gir1.2-appindicator3-0.1
See Getting Started — PyGObject, techgaun/nepali-calendar-indicator#5
Supported OS
Tested
Untested
- Windows
- macOS
- other Linux using GNOME or Xorg
Installation
pip install gestured_meeting
Start
gestured-meeting
Note: PyPI package is gestured_meeting, but command is gestured-meeting.
Graphical User Interface (System Tray)
- Watching - watching Gestured Meeting your gesture
- Gesture Provider - how to connect to your gesture device. now, supported BLE only
- Meeting Platform - online meeting platform to operate
- Exit - exit Gestured Meeting
Command-line Options
-h
, --help
- show this help message and exit-r
, --run
- run on start (default is on, --no-run
makes off it)-m
, --meeting
- gesture provider (zoom
or meet
, default is zoom
)-g
, --gesture
- gesture provider (now allows ble
only, default is ble
)
Develop
Requirements
Installation
- clone this repo.
poetry install
Run
poetry run gestured-meeting
Contribution
Contributions are welcome.