pseudify / LavenderIRC

a minimal IRC client written in python. Free and Open Source
MIT License
7 stars 2 forks source link

LavenderIRC

LavenderIRC is a simple IRC client implemented in Python with a GUI built using Tkinter. It allows users to connect to IRC servers, join channels, and send/receive messages in real-time.

Features

Installation

Prerequisites

Arch

sudo pacman -S python3 python3-pip python3-venv python3-tk

Debian

sudo apt install python3 python3-pip python3-venv python3-tk

Fedora

sudo dnf install python3 python3-pip python3-venv python3-tk

Installation Steps

  1. Clone the Repository:

    git clone https://github.com/pseudify/LavenderIRC.git
    cd LavenderIRC
  2. Run the Application:

    ./lavenderirc

Usage

Contribution

Contributions are welcome! If you have any suggestions, bug reports, or future requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.