Skip to content

pobudzey/simple-irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-irc

A simple IRC client and server.

Instructions

  1. Create your virtual environment and install the required packages
    python -m venv env
    source env/bin/activate (or env\Scripts\activate.bat for Windows users)
    pip install -r requirements.txt

  2. Run the server
    cd src
    python irc_server.py --port <port>

  3. Run the client
    python irc_client.py --host <host> --port <port>

About

A simple IRC client and server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages