Skip to content

m32/litehtmlpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
m32
Mar 23, 2025
c919b60 · Mar 23, 2025
Feb 18, 2024
Jun 18, 2024
Dec 8, 2024
Mar 23, 2025
Dec 8, 2024
Mar 23, 2025
Feb 18, 2024
Dec 8, 2024
Dec 8, 2024
Feb 16, 2023
Feb 8, 2024
Oct 13, 2024
Jan 20, 2024
Dec 8, 2024
Oct 14, 2024
Oct 14, 2024
Jun 18, 2024
Dec 8, 2024
Dec 9, 2024
Dec 9, 2024
Dec 9, 2024
Oct 13, 2024
Mar 28, 2024
Oct 14, 2024
Jan 29, 2024
Feb 6, 2024
Jan 17, 2024
Dec 8, 2024
Jan 20, 2024
Oct 14, 2024
Oct 14, 2024
Oct 14, 2024
Jun 18, 2024
Dec 8, 2024
Feb 18, 2024
Feb 17, 2024
Mar 28, 2024
Jul 2, 2024
Jul 2, 2024
Dec 8, 2024
Dec 8, 2024
Dec 9, 2024

Repository files navigation

python-litehtml

LiteHtmlPy is a solution that helps python developers to create printouts and previews of html5/css3 pages without using a web browser.

Links

Cleanup repository

./x-cleanup

Linux configure

  • ./x-build-cmake -DCMAKE_BUILD_TYPE=Debug
  • ./x-build-cmake -DCMAKE_BUILD_TYPE=Release

Cross Mingw configure for python 2.7

  • ./x-build-cmake-mingw

Build for manylinux inside docker

  • ./x-build-docker

Just setup.py build

  • ./x-build-python