Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 621 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 621 Bytes

README

About

  • MyMessenger - JSON IM project
  • Study project
  • Version 0.3.3

Install

on linux

  • Create virtual environment: virtualenv -p python3 < name >
  • source < name >/bin/activate
  • pip install MyMessenger

on windows

  • pip install virtualenv
  • virtualenv < name >
  • < name >\Scripts\activate
  • pip install MyMessenger

Run

Just use in terminal (command prompt on windows) following commands:

  • mm-server
  • mm-client < addr > [-port=< port >] -user=< user > -pass=< password >
  • mm-client-qt5

TO DO

  • New chat.
  • Complete dev of Profile.
  • Add smiles.