Giter Club home page Giter Club logo

myirc's Introduction

myIRC

myIRC is a simple IRC client built with Python and Tkinter. It allows you to connect to an IRC server, join channels, and send and receive messages.

myIRC/
│
├── client_controller.py
├── main_window.py
├── channel_window.py
├── server_interface.py
└── main.py
  • client_controller.py: This file contains the ClientController class, which is the main controller for the application. It manages the creation and interaction of the other classes, handles communication between them, and controls the overall flow of the application.

  • main_window.py: This file contains the MainWindow class, which represents the primary user interface of the application. It displays server messages and user interactions.

  • channel_window.py: This file contains the ChannelWindow class, which represents the user interface for a channel. It allows the user to send and receive messages in the channel.

  • server_interface.py: This file contains the ServerInterface class, which handles the connection to the IRC server. It sends and receives messages to and from the server.

  • main.py: This is the entry point of the application. It creates an instance of the ClientController and starts the application.

How to Run

To run the application, simply execute the main.py script:

python main.py

Features

  • Connect to an IRC server
  • Join multiple channels
  • Send and receive messages
  • Handle user commands
  • Secure Conection through SSL

myirc's People

Contributors

alexbeovides avatar rodryjr avatar arielgg46 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.