Skip to content

45gfg9/MiniOICQ

Repository files navigation

MiniOICQ

This is the course project for "Integrate Practice for Courses Ⅱ", Zhejiang University, 2024 Summer.

MiniOICQ is a simple instant messaging software.

Build

Client

You need to have Qt5 installed.

Using brew:

brew install qt@5

Then in the project root directory:

qmake
make -j

Server

You need to have python3 installed. Then install the required packages:

pip install -r requirements.txt

Run

Client

src/client.exe.app/Contents/MacOS/client.exe

Server

python3 minioicq.py

About

Course project for "Integrate Practice for Courses Ⅱ", 2024, Zhejiang University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors