All Projects → Ethosa → badgemaker

Ethosa / badgemaker

Licence: AGPL-3.0 License
The Nim badgemaker tool.

Programming Languages

nim
578 projects

Projects that are alternatives of or similar to badgemaker

autobadge
Simple CLI tool to generate essential repository badges with ease
Stars: ✭ 16 (+6.67%)
Mutual labels:  badge, badges, badge-generator
nim-package-directory
Nim package directory - documentation builder
Stars: ✭ 47 (+213.33%)
Mutual labels:  badges, nim-lang
Badgeforappicon
The unread badges of the android launcher icon.
Stars: ✭ 83 (+453.33%)
Mutual labels:  badge, badges
badge-generator
Magically generate Markdown badges for your docs 🛡️ 🦡 🧙
Stars: ✭ 104 (+593.33%)
Mutual labels:  badge, badge-generator
Open Source Badges
Open Source & Licence Badges
Stars: ✭ 368 (+2353.33%)
Mutual labels:  badge, badges
Badges4 Readme.md Profile
👩‍💻👨‍💻 Improve your README.md profile with these amazing badges.
Stars: ✭ 929 (+6093.33%)
Mutual labels:  badge, badges
Badgeview
a BadeView base on android
Stars: ✭ 654 (+4260%)
Mutual labels:  badge, badges
MadeWithUnityBadges
GitHub-ReadMe-Bagdes displaying "Made With Unity" with the Unity-Logo, based on shields.io badges, in markdown
Stars: ✭ 17 (+13.33%)
Mutual labels:  badge, badges
vscode-exts
Visual Studio Code Extensions
Stars: ✭ 33 (+120%)
Mutual labels:  badge, badges
jacoco-badge-generator
Coverage badges, and pull request coverage checks, from JaCoCo reports in GitHub Actions
Stars: ✭ 53 (+253.33%)
Mutual labels:  badges, badge-generator
made-with-love-in
🛠️ ❤️ 🗺️ 🛡️ — Mircoservice for serving and listing "Made with love in <country-name>" badges
Stars: ✭ 21 (+40%)
Mutual labels:  badge, badge-generator
laravel-gamify
Laravel Gamify: Gamification System with Points & Badges support
Stars: ✭ 35 (+133.33%)
Mutual labels:  badge, badges
Google Play Badge Svg
Hosting for localized versions of Google Play badges in SVG format.
Stars: ✭ 137 (+813.33%)
Mutual labels:  badge, badges
repltalk-badge
🛡️ Embeddable badges for your Repl Talk posts to place in posts, markdown files, and websites!
Stars: ✭ 11 (-26.67%)
Mutual labels:  badge, badge-generator
Badger
A badge for any drawable 🔴
Stars: ✭ 58 (+286.67%)
Mutual labels:  badge, badges
github-profile-achievements
A collection listing all Achievements available on the GitHub profile 🏆
Stars: ✭ 1,060 (+6966.67%)
Mutual labels:  badge, badges
LatexDSL
A mini DSL to generate LaTeX from Nim
Stars: ✭ 22 (+46.67%)
Mutual labels:  nim-lang
Expo-Badge
A design study for Expo badges
Stars: ✭ 22 (+46.67%)
Mutual labels:  badge
Badges-for-GitHub
A Curated list of badges used in GitHub
Stars: ✭ 58 (+286.67%)
Mutual labels:  badges
webgui
Web Technologies based Crossplatform GUI Framework with Dark theme
Stars: ✭ 81 (+440%)
Mutual labels:  nim-lang

Badgemaker

The Nim badgemaker tool.

Nim language-plastic
test13

Install

  • via git: nimble install https://github.com/Ethosa/badgemaker
  • via nimble: nimble install badgemaker

Now support

  • Custom font (change size available).
  • Custom icons.
  • Custom colors (label, value, text).
  • Custom badge size.
  • Custom styles (flat, plastic, square, plastic square).
  • CLI.
  • Text drop shadows.

Standart badge params

  • style -- "flat".
  • label -- "".
  • value -- "".
  • label_text_color -- "white".
  • value_text_color -- "black".
  • label_color -- "#212121".
  • value_color -- "#e0e0e0".
  • font -- "DejaVu Sans,Verdana,Geneva,sans-serif".
  • font_size -- 12.
  • width -- 120.
  • height -- 20.
  • image_path -- "".
  • image_color -- "".
  • label_shadow -- false.
  • value_shadow -- false.
  • dx -- 0.
  • dy -- 0.

Results

test1
test2
test3
test4
test5
test6
test7
test8
test9
test10
test11
test13

FAQ

Q: How I can help to develop this library?
A: You can put a star to this repository :3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].