Skip to content
View bust4cap's full-sized avatar

Block or report bust4cap

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. epub2cbz-gui epub2cbz-gui Public

    C# program to extract .epub Manga and Comic ebooks into .cbz files, including a ComicInfo.xml file with chapter info, reading direction and more.

    7

  2. eBookFix eBookFix Public

    Fixes forced two-page view comic/manga epub 3.0 ebooks to work with single-page view, depending on the orientation of the reading device

    C#

  3. ComicInfo_Chapters ComicInfo_Chapters Public

    Simple python program creating a basic ComicInfo.xml file with bookmarks for detected manga chapters

    Python

  4. Compare Kobo store prices Compare Kobo store prices
    1
    #!/usr/bin/perl -w
    2
    # Check Kobo book prices from links provided in a text file
    3
    #
    4
    use strict;
    5
    use warnings;