This project serve HTML files saved in your computer with a UI suitable for Kindle web browser

I save articles into HTML files with TagSpaces or SingleFile to read them later but I could not find a way to serve them easily to a Kindle Paperwhite and read them there. This project serve HTML files (and a few more) saved in your computer with a UI suitable for Kindle web browser. On top of that, it include a Read Mode (thanks to ReadabiliPy) to display the text in a comfortable size without have to use the ‘Article […]

Read more

The simple Text to HTML Converter using Django framework

This is the simple Text to HTML Converter using Django framework. Note:- First for run the “Dependencies.bat” file provided with the repository as it install all the dependencies to run the program. For runnig the program:-Goto to manage.py directory and open Command Prompt and type this command “python manage.py runserver” then it will run your project at http://127.0.0.1:8000 GitHub View Github    

Read more

An API that renders HTML/CSS content to PNG using Chromium

An API that renders HTML/CSS content to PNG using Chromium I am not responsible if you happen to make your own instance of this API, have it public and get your IP leaked because someone really wanted to put a nice, little which tracks your IP or any other methods. Heavily recommend to only run this on localhost where your services and scripts are the only authorized users/programs to take advantage of the rendering API. Python 3.7 or above Chrome […]

Read more