All Projects → adolfosilva → Libgen.py

adolfosilva / Libgen.py

Licence: mit
Download books from gen.lib.rus.ec, libgen.io, libgen.pw, b-ok.org and bookfi.net

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Libgen.py

Cs Books Pdf
编程电子书pdf,计算机常用电子书整理(高质量/附下载链接)包括 Java, Python, Linux, Go, C, C++, 数据结构与算法, AI人工智能, 计算机基础, 面试, 设计模式, 数据库, 前端等编程书籍。
Stars: ✭ 140 (-32.04%)
Mutual labels:  books
Javainterview
最全的Java技术知识点,以及Java源码分析。为开源贡献自己的一份力。
Stars: ✭ 154 (-25.24%)
Mutual labels:  books
Book list
Python, Machine Learning, Deep Learning and Data Science Books
Stars: ✭ 176 (-14.56%)
Mutual labels:  books
E Books
A collections of FREE ebooks
Stars: ✭ 143 (-30.58%)
Mutual labels:  books
Whatsbook
Create books from WhatsApp group chats with Python and LaTeX
Stars: ✭ 147 (-28.64%)
Mutual labels:  books
42
@rsapkf's linkroll.
Stars: ✭ 1,906 (+825.24%)
Mutual labels:  books
Meteorological Books
气象相关书籍合集(持续更新)
Stars: ✭ 125 (-39.32%)
Mutual labels:  books
Awesome Books
📚 开发者推荐阅读的书籍
Stars: ✭ 2,740 (+1230.1%)
Mutual labels:  books
Latex Koma Template
Generic template for midsize and larger documents based on KOMA script classes.
Stars: ✭ 151 (-26.7%)
Mutual labels:  books
Cs Books
A list of textbooks for a Computer Science curriculum.
Stars: ✭ 175 (-15.05%)
Mutual labels:  books
.codebits
📚 List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (-30.1%)
Mutual labels:  books
Influential Cs Books
Most influential books on Computer Science/programming
Stars: ✭ 4,320 (+1997.09%)
Mutual labels:  books
Study Blockchain Referrence
区块链学习路上的一些资料作为参考
Stars: ✭ 172 (-16.5%)
Mutual labels:  books
Refactoring Summary 2nd Javascript
Summary of "Refactoring: Improving the Design of Existing Code (2nd Edition)" by Martin Fowler
Stars: ✭ 142 (-31.07%)
Mutual labels:  books
Mybooks
books-tech、PPT、or something
Stars: ✭ 178 (-13.59%)
Mutual labels:  books
Books
一些前端/设计相关的书籍(电子书)
Stars: ✭ 134 (-34.95%)
Mutual labels:  books
Guia De Desenvolvimento Tecnico
Stars: ✭ 157 (-23.79%)
Mutual labels:  books
Philosophy
A list of philosophy books and resources.
Stars: ✭ 206 (+0%)
Mutual labels:  books
Bookmarks
🔖 ⭐️ Collection of public dev bookmarks, shared with ❤️ from www.bookmarks.dev
Stars: ✭ 181 (-12.14%)
Mutual labels:  books
Awesome Biology
Curated (meta)list of resources for Biology.
Stars: ✭ 174 (-15.53%)
Mutual labels:  books

libgen.py |PyPy Package| |Build Status| |License: MIT|

A script to download books from gen.lib.rus.ec, libgen.io, libgen.pw, b-ok.org and bookfi.net.

Installation


To install just run:

.. code:: shell

    $ pip3 install libgen.py


Usage
~~~~~

.. code:: shell

    $ libgen -h
    usage: libgen [-h] -s SEARCH [-n]

    Read more, kids.

    optional arguments:
      -h, --help            show this help message and exit
      -s SEARCH, --search SEARCH
                            search term
      -n, --non-interactive
                            non interactive mode, download first available choice


Dependencies

Install all the dependencies with:

.. code:: bash

$ pip3 install -r requirements.txt

License


Distributed under the MIT license. See LICENSE for details.

.. |PyPy Package| image:: https://badge.fury.io/py/libgen.py.svg
   :target: https://badge.fury.io/py/libgen.py
.. |Build Status| image:: https://travis-ci.org/adolfosilva/libgen.py.svg?branch=master
   :target: https://travis-ci.org/adolfosilva/libgen.py
.. |License: MIT| image:: https://img.shields.io/badge/License-MIT-orange.svg
   :target: https://opensource.org/licenses/MIT
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].