├── LICENSE ├── README.md ├── images └── voxcall_screenshot.png ├── voxcall.ico └── voxcall.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaknitt/voxcall/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaknitt/voxcall/HEAD/README.md -------------------------------------------------------------------------------- /images/voxcall_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaknitt/voxcall/HEAD/images/voxcall_screenshot.png -------------------------------------------------------------------------------- /voxcall.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaknitt/voxcall/HEAD/voxcall.ico -------------------------------------------------------------------------------- /voxcall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaknitt/voxcall/HEAD/voxcall.py --------------------------------------------------------------------------------