Compare commits
10 Commits
Author | SHA1 | Date |
---|---|---|
|
006e37c8a0 | 2 years ago |
|
0bd2cdf589 | 2 years ago |
|
c5ba05b543 | 2 years ago |
|
aa8b8937c0 | 2 years ago |
|
8d26043c93 | 2 years ago |
|
470e49287c | 2 years ago |
|
de6736144b | 2 years ago |
|
bf04dfb46c | 2 years ago |
|
17ff41b63e | 2 years ago |
|
80f871fb20 | 2 years ago |
5 changed files with 58 additions and 20 deletions
@ -0,0 +1 @@ |
|||
__pycache__ |
Binary file not shown.
@ -0,0 +1,11 @@ |
|||
#!/usr/bin/env python3 |
|||
|
|||
import string |
|||
import numpy as np |
|||
|
|||
def igel(): |
|||
igel = ["aussagend", "fickend", "friedlich-neu", "liebend", "niedlich", "panisch-neu", "peinlich", "schlafend", "unzufrieden", "wissend"] |
|||
name = np.random.choice(igel) |
|||
return f'/opt/docker/nextcloud-dockerized/html/data/maya/files/Bilder/=== Freizeit ===/Kunst/Zeichnungen/Igel/{name}.png' |
|||
return im |
|||
|
Loading…
Reference in new issue