1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2025-03-14 02:13:49 +00:00
Dotfiles/home/zsh/.img.py

7 lines
181 B
Python
Raw Permalink Normal View History

2022-01-10 17:49:27 +03:00
#!python
import subprocess
import os, random
a = random.choice(os.listdir("/home/horhik/Pictures/Lain")) #change dir name to whatever
path = "~/Pictures/Lain/" + str(a)
print(path)