Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 500 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 500 Bytes

Kat

Kat is a layered chat application built upon telegram.

Kat screenshot

A screenshot of Kat running on ubuntu

Dependencies

Necessary to run/build from source:

  • python3
  • PyQt4
  • telethon

Development

Updating the design can be done using the QtDesigner visual editor. Updating the .py file: pyuic4 design.ui -o design.py. Updating the image resources: pyrcc4 -py3 resources.qrc -o resources_rc.py. Building: python3 setup.py build