DEV Community

Discussion on: Hacktoberfest 2020 — Who's looking for contributors?

Collapse
 
haideralipunjabi profile image
Haider Ali Punjabi

Hello everyone, I have some projects which will be good for beginners

  1. cli-badges (Quirky little python package for generating badges for your cli apps)

    GitHub logo haideralipunjabi / cli-badges

    Quirky little python package for generating badges for your cli apps.

    Quirky little python library for generating badges for your cli apps.

    GitHub file size in bytes PyPI version


    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:

    output-example

    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)

    donate-output-example.png

    You can also only…

  2. atom-icons (Custom Atom Editor Icons)

    GitHub logo haideralipunjabi / atom-icons

    Custom Atom Editor Icons

    Atom App Icons

    Travis CI
    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