Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 495 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 495 Bytes

encrypted-chat-client

GUI

Setup

# Install Kivy from kivy.org
open http://kivy.org/#download
# Install requirements
kivy -m pip install -r requirements.txt
# Install GUI requirements
kivy -m pip install -r gui_requirements.txt

Usage

kivy gui.py

CLI

Setup

# If you use virtualenvwrapper...
mkvirtualenv ect
# Install the requirements
pip install $(cat requirements.txt cli_requirements.txt)

Usage

./cli.py --help