Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eBookmaker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sanjna
eBookmaker
Commits
60833f07
Commit
60833f07
authored
Nov 18, 2020
by
Sanjna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace readme.txt
parent
79b76df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
2 deletions
+31
-2
readme.txt
readme.txt
+31
-2
No files found.
readme.txt
View file @
60833f07
...
@@ -24,11 +24,14 @@ How to use:
...
@@ -24,11 +24,14 @@ How to use:
Clone the repository onto your system:
Clone the repository onto your system:
git clone https://sanjnamohan@git.cse.iitb.ac.in/sanjnamohan/eBookmaker.git
git clone https://sanjnamohan@git.cse.iitb.ac.in/sanjnamohan/eBookmaker.git
To install Python for Windows : https://www.python.org/downloads/windows/
To install/upgrade pip : https://pip.pypa.io/en/stable/installing/
For executing:
For executing:
NOTE:
NOTE:
Do not change the directory structure after cloning.
Do not change the directory structure after cloning.
Go inside the folder "source".
Go inside the folder "
eBookmaker/
source".
Make sure the relevant libraries are installed:
Make sure the relevant libraries are installed:
pip install -r requirements.txt
pip install -r requirements.txt
...
@@ -41,10 +44,36 @@ NOTE:
...
@@ -41,10 +44,36 @@ NOTE:
Alternatively:
Alternatively:
Go inside the folder "source"
Go inside the folder "
eBookmaker/
source"
Make sure the relevant libraries are installed:
Make sure the relevant libraries are installed:
pip install -r requirements.txt
pip install -r requirements.txt
The source code is available in epub.py. To execute directly from the source, run:
The source code is available in epub.py. To execute directly from the source, run:
python epub.py
python epub.py
Once the GUI appears, enter the URL of which the document is to be created and select the destination folder using "Browse" button.
Select either of "Single Page" or "Complete Tutorial" radio buttons and click "Generate Epub" button.
The generated eBook would be present at the set destination folder.
Works for the following links now:
Tutorial topics in https://www.tutorialspoint.com/
https://www.geeksforgeeks.org/c-programming-language/ and other tutorial topics in geeksforgeeks
https://numpy.org/doc/stable/user/quickstart.html
https://docs.python.org/3/tutorial/
References:
https://www.tutorialspoint.com/python\_web\_scraping/index.htm
https://www.geeksforgeeks.org/
https://stackoverflow.com/
https://nullprogram.com/blog/2017/05/15/
https://github.com/aerkalov/ebooklib
https://realpython.com/beautiful-soup-web-scraper-python/
https://www.thepythoncode.com/article/download-web-page-images-python
https://www.kite.com/python/answers/how-to-check-internet-connection-in-python
https://yagisanatode.com/2018/02/24/how-to-center-the-main-window-on-the-screen-in-tkinter-with-python-3/
https://youtu.be/D8-snVfekto
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment