https://github.com/kimbo/shielderize
Turn some text into shields
https://github.com/kimbo/shielderize
badge badges readme readme-badges readme-generator readme-md shield shields shieldsio
Last synced: 4 months ago
JSON representation
Turn some text into shields
- Host: GitHub
- URL: https://github.com/kimbo/shielderize
- Owner: kimbo
- License: gpl-3.0
- Created: 2020-07-29T03:20:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T22:07:40.000Z (almost 6 years ago)
- Last Synced: 2024-08-09T18:20:17.615Z (almost 2 years ago)
- Topics: badge, badges, readme, readme-badges, readme-generator, readme-md, shield, shields, shieldsio
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shielderize
    
  
   
  
 
   
    
  

   
  
## Installation
 
```
pip install shielderizer
```
     
      
    
```python
from shielderize import shielderize
text = "this is a bunch of random text that's spewing out of my mouth"
print(shielderize(text))
# Example raw output:
    
# Actual output below:
```
    
## Disclaimer
   
       
- use a markdown parser instead of my hackish code to decide what to shielderize
- make it more configurable (more easily customize style, words in each shield, colors, etc)
- and so on.
## Thank yous
 
[https://shields.io/](https://shields.io/)

  