Encrypted voice chat application with GUI in Python and Qt (PyQt)
- Python 2.x
- Qt4
- PyQt4
- PyAudio
Note: These instructions are for Ubuntu (Linux in general)
-
Install Qt4. Download Qt 4 from the website and install it.
-
Download PyQt4 and install it. You can directly install it from the software center.
-
To install PyAudio, type
sudo apt-get install python-pyaudio
The temporary test files are in psyduck directory. So first cd
into the directory and then type:
-
python gui_test.py
You should see a blank blank window pop up. -
python pyaudio_test.py
You should hear the sound "Hello"