Skip to content

Manga management at its finest. Creating an intuitive, enjoyable, and efficient webcomic reading experience.

License

Notifications You must be signed in to change notification settings

JacobK233811/MQuicker

Repository files navigation

MQuicker

Stop clicking through endless links to see if there is a new chapter available. This Python script lets you list all your favorite mangas and then checks each one's latest chapter against your most recently read chapter. Currently supports web comics from Zero and Leviatan Scans, LHTranslation, Asura Scans, Isekais Scans, and more.

When setting up for yourself, follow the linked steps for your OS. All Windows Users should go through Two-Step Install, regardless of having Python. Mac Users should go through the Two-Step Install if they do not have Python and One-Step Install if they do. To join our Discord community, use this link. Anyone there will happily help you with installation or discuss manga with you.

Windows Users who use the Two-Step Powershell Install can run in one click! Two-Step Install for Mac is available and has similar functionality. After using Two-Step or One-Step Install, users can open Terminal and run sh launch.sh to start the program. If this does not work, try sh $HOME/launch.sh . Choose Show All to see it work and Primer to customize for yourself on first use.

For Demo Video, Ctrl+Click

YouTube Recording

Function Directory

  1. a() - Shows all manga on your list with the latest chapter released.
  2. n() - Shows all manga on your list where you have not read the latest chapter released.
  3. s() - Saves all manga on your list with the latest chapter released to a text file named MM/DD/YY.txt within the saved folder.
  4. change_current() - Iterates through every manga on your list and lets you change the latest chapter read and status. Easily skip through with the Enter key.
  5. add() - Add a manga to your list by providing the Name (no requirements), Link (include the https://), Source Code (see Source in Codes below), Current Chapter, and Status Code.
  6. primer() - Adjusts the initial list.txt file containing which mangas you'd like to track and latest.txt file containing what chapter you are on (both found within the saved folder).
  7. rate() - Lets you rate all the manga on your list on a variety of criteria including but not limited to Overall, Action, and Happy.

Codes

Status - The main difference between the three lies with automatic aligning of your latest chapter read with the latest released for utd. The other two depend upon Change Current.

  • utd = up to date
  • wip = work in progess
  • yts = yet to start

Source - There is a select list of supported manga sites that is continuously growing. Names are case-sensitive.

  • manganato.com -> Mangelo
  • readmng.com -> ReadMng
  • mangkakalot.com -> Kakalot
  • pmscans.com & manhuaplus.com & isekaiscanmanga.com & mangarock.com & mangaeffect.com & muheroacademia.com & mangalogy.com & manhwaworld.com-> WP

Tier - My personal rankings of the "starter pack" manga as seen in tier.txt. Intended to help selective new readers choose only the best. Found as (#) in manga names.

  1. The Top Tier reserved for my favorites.
  2. The Middle Tier for all the manga I really liked.
  3. The Bottom Tier holds manga that I liked some parts and not others.
Note: I read and enjoyed all manga within the initial list.txt file so don't take this to mean Tier 2 or 3 are low quality.

Categories - My personal categories for the "starter pack" manga as seen in categories.txt. Intended to help readers identify preferences. Found as [Abcd] in manga names.

  1. System Leveling - Worlds where there exists a system of some sort that allows "players" or "hunters" to level up and become physically stronger.
  2. Culivator Reincarnation - The main character reincarnated and uses his knowledge to cultivate faster. More fantastical/magical than below.
  3. Martial Reincarnation - The main character reincarnated and uses his knowledge to train faster. More realistic than above.
  4. Plot Heavy - Stories where the action takes a backseat to adventure and character development.
  5. Underdog Cultivator - Someone, typically the weakest character, miraculously acquires an artifact or method to rise up and become the strongest.
  6. Virtual Reality Game - Worlds where there exists a very popular VR game that the main character enters and becomes famous within.
Note: Order of categories does not mark my preferences.