chavarera / py-carbon-clips

A simple python utility tool to convert programming code into beautiful image snippets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-carbon-clips

A simple python utility tool to convert programming code into beautiful image snippets.

Python Version

Carbon

Installation

Create clone of this repository

git clone https://github.com/chavarera/py-carbon-clips.git

create virtual environment

virtualenv -p python3 venv

activate environment

source venv/bin/activate  

change working directory

cd py-carbon-clips

install requirements

pip install -r requirements.txt

Installation

Development setup

Use one line installation on linux Installation

Sample Screenshots

C++ Rscript Python
More Example(Collecion of Hello World in All Programing Language)

Usage example

while searching customization for bash H21 suggested https://carbon.now.sh . which is an really impressive way to communicate with coding snippets.

What does carbon.now.sh do?

Carbon lets you create and share beautiful images of your source code You know all of those code screenshots you see on Twitter? Although the code's usually impressive, we thought there was room for improvement in the aesthetic department. So what are you waiting for? Go try it out and impress all your developer and designer friends. 🎨

Release History

  • 0.0.1
    • Initial commit

Meta

Ravishankar Chavare – @LinkedIn @Github

Contributing

  1. Fork it (https://github.com/chavarera/py-carbon-clips/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

A simple python utility tool to convert programming code into beautiful image snippets.


Languages

Language:Python 54.4%Language:Java 19.3%Language:HTML 15.0%Language:R 4.6%Language:Shell 4.3%Language:C++ 2.5%