A simple python utility tool to convert programming code into beautiful image snippets.
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
Use one line installation on linux
C++ | Rscript | Python |
---|---|---|
![]() | ![]() | ![]() |
More Example(Collecion of Hello World in All Programing Language) |
while searching customization for bash H21 suggested https://carbon.now.sh . which is an really impressive way to communicate with coding snippets.
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. 🎨
- 0.0.1
- Initial commit
Ravishankar Chavare – @LinkedIn@Github
- Fork it (https://github.com/chavarera/py-carbon-clips/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request