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
- Host: GitHub
- URL: https://github.com/hansbug/fake_html
- Owner: HansBug
- License: apache-2.0
- Created: 2023-03-04T12:49:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T14:25:11.000Z (over 3 years ago)
- Last Synced: 2025-06-15T02:03:21.118Z (12 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fake_html
[](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))
```