An open API service indexing awesome lists of open source software.

https://github.com/hansbug/fake_html

Generate of fake html
https://github.com/hansbug/fake_html

Last synced: 11 months ago
JSON representation

Generate of fake html

Awesome Lists containing this project

README

          

# fake_html

[![codecov](https://codecov.io/gh/HansBug/fake_html/branch/main/graph/badge.svg?token=EAF32NGVYR)](https://codecov.io/gh/HansBug/fake_html)

Tool for generating fake html.

```python
from fake_html import fake_html

if __name__ == '__main__':
print(fake_html(seed=20, scale=0.4))

```