Coder Social home page Coder Social logo

whoeza / html_and_py Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 48 KB

A lightweight solution to generating HTML-formatted strings, in Python.

Home Page: https://pypi.org/project/html_and_py

License: GNU General Public License v3.0

Python 100.00%
html python

html_and_py's Introduction

Whoeza is brought to you by:

Thank you:

Special thanks to:

I could not believe the day I had my first sponsor here on GitHub! Here's my page: github.com/sponsors/Whoeza

๐Ÿ‘‹ Hello!

My latest contribution is called Source and license and it allows to write a universal license header at the top of all your source code files.

Collaboration and hiring

If you have a small repository that I can help maintain, or a small feature that I could develop for you, don't hesitate to DM me. I am up for challenges.

Website under construction! Be patient... (: whoeza.github.io

html_and_py's People

Contributors

whoeza avatar

Stargazers

 avatar

Watchers

 avatar

html_and_py's Issues

use React-style for functions building HTML Elements

The original request was:

Refactor the HTML module to use React-style HTML element building functions
React-style in Python terms:

React.createElement(component: str, attributes: dict, *children) -> Element

It is solved for now.
html-and-py now works like this:

create_html( 
  'div', 
  { name: "name_attrib" },
  [childrenElementOne, childrenElementTwo, etc...],
  "Text for this Node."
)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.