Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raifpy/KaraAmbarKart
Kamyoncular Derneği Kart
https://github.com/raifpy/KaraAmbarKart
recepivedik
Last synced: 3 months ago
JSON representation
Kamyoncular Derneği Kart
- Host: GitHub
- URL: https://github.com/raifpy/KaraAmbarKart
- Owner: raifpy
- License: gpl-3.0
- Created: 2021-09-11T10:41:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-11T11:00:03.000Z (over 3 years ago)
- Last Synced: 2024-08-01T19:54:14.588Z (6 months ago)
- Topics: recepivedik
- Language: Go
- Homepage: https://api.codeksion.net/fun/karaambar
- Size: 1.27 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KaraAmbarKart
Go, [gg](https://github.com/fogleman/gg) kütüphanesi ile *eğlence amaçlı* hazırlanmış otomatik kart dolduran eleman.
![homerkart class=thumbnail](example/_.png)
```goimport (
"github.com/raifpy/KaraAmbarKart"
)func _() {
kart, _ := KaraAmbarKart.YeniKart()h, _ := os.Open("image.png")
defer h.Close()res, _ := kart.AycicekYagi("Rivcep", "Vedik", "000045", h)
f, _ := os.Create("out.png")
KaraAmbarKart.Buf(res).WriteTo(f)
f.Close()}
```
```python
import requests
res = requests.get("https://api.codeksion.net/fun/karaambar",files={"photo":open("homer.png","rb")},data={"name":"Homer","surname":"İvedik"})
...
```