gawel / irc3

plugable irc client library based on python's asyncio with DCC and SASL support
https://irc3.readthedocs.io/
MIT License
206 stars 47 forks source link

Screenshots? #6

Closed techtonik closed 10 years ago

techtonik commented 10 years ago

I wonder how it looks on Windows..

gawel commented 10 years ago

what are you expecting ? irc3 is a irc library to build bots, not an irc client like xchat or irssi

techtonik commented 10 years ago

well, the description says it is irc client.

meshy commented 10 years ago

I understood that it is a library, but then again, that was what I was looking for. I can see that if I was searching for an IRC client program that this might have been confusing. "IRC client library" might be more specific, I suppose.

techtonik commented 10 years ago

Any examples of good GUI integration with screenshots? =)

gawel commented 10 years ago

There's no builtin GUI. But feel free to build one :p

Don't know if there already some good GUI frameworks using asyncio's event loop.

gawel commented 10 years ago

Maybe in the near future: https://github.com/wardi/urwid/pull/57