https://github.com/ananya2003gupta/ebookgenerator

Convert PDFs to interactive eBooks rendered using Material for MkDocs.

https://github.com/ananya2003gupta/ebookgenerator

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Convert PDFs to interactive eBooks rendered using Material for MkDocs.

Basic Info
  • Host: GitHub
  • Owner: Ananya2003Gupta
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage: https://youtu.be/JJEncIJsVY0
  • Size: 274 KB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

EBook Generator

Convert PDFs to interactive eBooks rendered using Material for MkDocs.

Setup

  1. Clone the repository:

    bash git clone https://github.com/Ananya2003Gupta/EBookGenerator

  2. Navigate to the repository directory: bash cd EBookGenerator

  3. Create a Python virtual environment:

    bash python -m venv env

  4. Activate the virtual environment:

- On Windows:

    ```bash
    env\Scripts\activate
    ```

- On macOS and Linux:

    ```bash
    source env/bin/activate
    ```
  1. Install the required dependencies:

    bash pip install -r requirements.txt

  2. Run the main script to test the example:

    bash python main.py

  3. Navigate to the ebookgenerator directory: bash cd ebookgenerator

  4. Execute the below command to render ebook bash mkdocs serve

PDF to Markdown Generation

The process of converting PDFs to Markdown files was implemented using the guidance provided in this article.

Owner

  • Name: Ananya Gupta
  • Login: Ananya2003Gupta
  • Kind: user

A tech geek who is trying and testing different programming languages, frameworks as well as technologies and playing around with them to create something new.

GitHub Events

Total
  • Watch event: 2
  • Push event: 1
Last Year
  • Watch event: 2
  • Push event: 1

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • mkdocs-material *
  • pdfminer.six *