Skip to content

nburnet1/pyile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyile Application

python tkinter

About

This application showcases the Pyile protocol, which is a central authenticating peer to peer messaging protocol.

Screenshots

Start Authentication

Authentication Status

Logs

Messaging


Configuration

Pyile can be configured using config.json. This allows users to quick start their connection by changing values such as their alias, default port, and allowed password attempts.

Install

git clone https://github.com/nburnet1/pyile

cd pyile

python -m venv env_name

Bash

source env_name/bin/activate

Windows

env_name\Scripts\activate

Install requirements

pip install -r requirements.txt

Help

python main.py -h

Example

python main.py -g -a Noah -c config.json -S password -i 127.0.0.1 -p 4702 -j 4703

Credits

tkinter Theme

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published