https://github.com/ananya2003gupta/ebookgenerator
Convert PDFs to interactive eBooks rendered using Material for MkDocs.
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
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
Metadata Files
README.md
EBook Generator
Convert PDFs to interactive eBooks rendered using Material for MkDocs.
Setup
Clone the repository:
bash git clone https://github.com/Ananya2003Gupta/EBookGeneratorNavigate to the repository directory:
bash cd EBookGeneratorCreate a Python virtual environment:
bash python -m venv envActivate the virtual environment:
- On Windows:
```bash
env\Scripts\activate
```
- On macOS and Linux:
```bash
source env/bin/activate
```
Install the required dependencies:
bash pip install -r requirements.txtRun the main script to test the example:
bash python main.pyNavigate to the ebookgenerator directory:
bash cd ebookgeneratorExecute 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
- Twitter: ananya_gupt_a
- Repositories: 7
- Profile: https://github.com/Ananya2003Gupta
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
- mkdocs-material *
- pdfminer.six *