voxshare_gui Code
*VoxShare* is a simple Python-based push-to-talk multicast voice chat
Brought to you by:
eugenyho
VoxShare is a simple Python-based push-to-talk multicast voice chat application with a sleek modern GUI built using CustomTkinter. Provided as python source code or compiled standalone windows application (no need to install anything).
Check out the changelog.md for a detailed list of features, bug fixes, and improvements by version.
Latest version: v0.8
Release date: 2025-04-16
customtkinter
sounddevice
numpy
Pillow
opuslib
Install all dependencies with:
pip install -r requirements.txt
PING
packets to detect active peers.As python appication
python voxshare_gui_XXX.py
As windows application
voxshare_gui_XXX.exe
Contributions are welcome! Feel free to fork this repo and submit pull requests. Please make sure your code follows PEP8 standards and is well-documented.
MIT License. See LICENSE
file for details.
Made with ❤️ by EugenyH