New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webpage-maker

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpage-maker

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

  • 1.1.1
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc