Quirky little python library for generating badges for your cli apps. Inspired & Python Port of cli-badges - nombrekeff Getting Started Installing As usual, you need to install from PIP: $ pip install cli-badges Usage This is a simple example, using badges to display test results: from cli_badges import badge failedBadge = badge("failed",'2',messagebg='red') skippedBadge = badge('skipped', '1', messagebg='yellow',messagecolor='black') successBadge = badge('success','8', messagebg='green',messagecolor='black') print(failedBadge, successBadge, skippedBadge) The above would output something similar to the terminal: You could also create a donate badge with a link (if supported): from cli_badges import badge donateBadge = badge('❤️ donate', 'ko-fi', messagelink='https://ko-fi.com/logginjs'); print(donateBadge) You can also only…
Atom App Icons A project for custom Atom Icons. All Rights Reserved with Github and the respective owners of the themes I am using Inspired from vscode-icons, a similar project for Visual Studio Code by @dhanishgajjar Available Icons Total Icons Available: 601 Material Series These icons were contributed by: @haideralipunjabi Icons in this series: 19 Social Media Series These icons were contributed by: @haideralipunjabi Icons in this series: 8 Popular Themes These icons were contributed by: @haideralipunjabi Icons in this series: 14 Citylights These icons were contributed by: @noudadrichem Icons in this series: 2 Harry Potter These icons were contributed by: @haideralipunjabi Icons in this series: 9 Flags of Countries These icons were contributed by: @haideralipunjabi Icons in this series: 300 Popular Websites These icons were contributed by: @maticbasle Icons in this series: 10 Apps These icons were contributed by: @haideralipunjabi Icons in this series: 8 The Coding Train …
Hello everyone, I have some projects which will be good for beginners
cli-badges (Quirky little python package for generating badges for your cli apps)
Quirky little python package for generating badges for your cli apps.
Quirky little python library for generating badges for your cli apps.
Inspired & Python Port of cli-badges - nombrekeff
Getting Started
Installing
As usual, you need to install from PIP:
Usage
This is a simple example, using badges to display test results:
The above would output something similar to the terminal:
You could also create a donate badge with a link (if supported):
You can also only…
atom-icons (Custom Atom Editor Icons)
Custom Atom Editor Icons
Atom App Icons
A project for custom Atom Icons. All Rights Reserved with Github and the respective owners of the themes I am using Inspired from vscode-icons, a similar project for Visual Studio Code by @dhanishgajjar
Available Icons
Total Icons Available: 601
Material Series
These icons were contributed by: @haideralipunjabi
Icons in this series: 19
Social Media Series
These icons were contributed by: @haideralipunjabi
Icons in this series: 8
Popular Themes
These icons were contributed by: @haideralipunjabi
Icons in this series: 14
Citylights
These icons were contributed by: @noudadrichem
Icons in this series: 2
Harry Potter
These icons were contributed by: @haideralipunjabi
Icons in this series: 9
Flags of Countries
These icons were contributed by: @haideralipunjabi
Icons in this series: 300
Popular Websites
These icons were contributed by: @maticbasle
Icons in this series: 10
Apps
These icons were contributed by: @haideralipunjabi
Icons in this series: 8
The Coding Train
…