- Install PyQt5
> cd \Path\to\ict2205-calltography
> pip install PyQt5
- Install pycryptodome
> cd \Path\to\ict2205-calltography
> pip install pycryptodome
If above doesn't work, uninstall the following and try again.
> pip uninstall pycrypto
> pip uninstall crypto
> pip uninstall pycryptodome
> pip uninstall pycryptodomex
- Install cryptography
> cd \Path\to\ict2205-calltography
> pip install cryptography
- Install PyAudio
> cd \Path\to\ict2205-calltography
> pip install wheel
> pip install PyAudio
If above doesn't work, Install your respective wheel version to \Path\to\ict2205-calltography
Checking of python version: > python
> pip install PyAudio-0.2.11-cp39-cp39-win_amd64.whl
- Run server.py (currently is set to localhost)
> cd \Path\to\ict2205-calltography
> py server.py
- Run main.py
> cd \Path\to\ict2205-calltography
> py main.py
- To run the program
> cd \Path\to\ict2205-calltography
> make
- To clean compiled files (.pyc)
> make clean
Name | GitHub |
---|---|
Ong Tiong Poh | @Swipaaar |
Poh Xiang Bin | @xenbon |
Dylan Yong Kenn Litt | @milosaur |
Nicholas Poon Keet Hoe | @roodysfun |
Chua Chiang Sheng, Andy | @xfortisfye |