/Comix

Qt application to view comics on desktop

Primary LanguagePythonMIT LicenseMIT

Comix

Qt Application to view your comics on desktop.

Contents:

Features

  • Currently supports xkcd and Dilbert
  • Appears in a floating window in window managers such as i3 and bspwm.
  • Double click on comic will open it in web browser.
  • Scrollable area for image.

ScreenShots

image

image

Installation

  1. Clone the repository to a suitable directory
  2. Create a virtualenv with python
  3. Using pipenv install the requirements
    pipenv install
  4. Activate the virtualenv and run src/main.py file
    python src/main.py

Customization

You can change the loading gif by modifying assets/pics/loading.gif The entire application styles can be modified by changing src/styles.qss file.

Known Issues

  • Inital loadtime is a bit slow