An open API service indexing awesome lists of open source software.

https://github.com/orsinium-labs/gram-cards

Cards that will make you a better software engineer. The best quotes from the best engineers.
https://github.com/orsinium-labs/gram-cards

cards engineering python svg svg-py wisdom

Last synced: 7 months ago
JSON representation

Cards that will make you a better software engineer. The best quotes from the best engineers.

Awesome Lists containing this project

README

          

# Gram Cards

Cards that will make you a better developer.

Gram cards is a collection of smart phrases from smart people about software engineering. Print, cut, shuffle, put them on your table, and take random cards daily as a reminder. Software engineering is a mess, but it shouldn't be. Make the world a better place.

All pages are A4 SVG images generated with [svg.py](https://github.com/orsinium-labs/svg.py). So, you can scale and modify them as you want. And if you have a laser cutter, you can also automate cutting them out.

Example of generated card:

![example](./example.png)

## Download

Download the cards from the [releases page](https://github.com/orsinium-labs/gram-cards/releases).

## Build from source

```bash
git clone https://github.com/orsinium-labs/gram-cards.git
cd gram-cards
python3 -m pip install svg.py
python3 generate.py
```

## References

Most of the phrases are quotes of the following people:

* Bob Martin
* Kent Beck
* Rob Pike

Thanks to these people for sharing their wisdom.