Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

alessandrojean/manga-no-keiei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manga no Keiei

Manga no Keiei helps your manga collection management with a GUI, written in Java. It grabs some informations from the MyAnimeList and Manga Cover Database API, so the most of the informations that you should fill, it's filled by their information, however, some parts of the software, like Volumes management, doesn't have some online database with an API available, so you have to fill it manually, but it's the plans to parse this website's HTML. 😄

Print

Features

  • Search in MyAnimeList to add new Mangas to the database;
  • Download manga covers from Manga Cover Database when add a new manga volume;
  • Easy-to-view interface;
  • Support for export your database and open in anywhere;
  • Uses SQLite, so you don't need a database server installed in your computer;
  • The program doesn't need to be installed, it's portable.

Running

First, you need to download and install the Java Virtual Machine, that can be downloaded at the official Java website.

If the simple double click in the file don't work, you can run the command above on your terminal ou follow the instructions on the wiki.

java -jar manga-no-keiei-<version>.jar

Required libraries

License

Copyright 2017 Alessandro Jean

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.