Skip to main content

A Python library for generating (rendering) static HTML web pages

Project description

WebpageMaker

Description

It is Python library for generating (rendering) static HTML web pages.

What can it do?

It can make lots of webpages and render them for you!

How can I use it?

You can import it using the following code:

import wpmaker

Then you can use it to create your first HTML webpage created using WebpageMaker!

You can also use the following code to create a new HTML object (which is essentially an instance of a class):

webpage = wpmaker.newHtmlObj({"head": wpmaker.title("Hello World"), "body": wpmaker.h("Hello, world!")})

You can retrieve the generated HTML document at any time through the code attribute of this instance. For example:

print(webpage.code)

And you can find more information in the official document.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

webpage-maker-1.0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

webpage_maker-1.0.2-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page