17 & 18 readme + alt path for entry script

main
Alexandre B A Villares 2020-11-19 00:03:59 -03:00
rodzic 3c00c9e0c5
commit 0e5447049e
3 zmienionych plików z 13 dodań i 0 usunięć

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 62 KiB

Wyświetl plik

@ -26,6 +26,18 @@ Here are listed some of the tools I have been using:
---
![sketch_2020_11_18a](2020/sketch_2020_11_18a/sketch_2020_11_18a.png)
[sketch_2020_11_18a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_11_18a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
---
![sketch_2020_11_17a](2020/sketch_2020_11_17a/sketch_2020_11_17a.png)
[sketch_2020_11_17a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_11_17a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]
---
![sketch_2020_11_16a](2020/sketch_2020_11_16a/sketch_2020_11_16a.png)
[sketch_2020_11_16a](https://github.com/villares/sketch-a-day/tree/master/2020/sketch_2020_11_16a) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]

Wyświetl plik

@ -16,6 +16,7 @@ from helpers import get_image_names, build_entry
YEAR = "2020"
base_path = "/media/villares/VolumeD/GitHub/sketch-a-day"
# base_path = "/Users/villares/sketch-a-day" # 01046-10
year_path = join(base_path, YEAR)
folders = listdir(year_path)
readme_path = join(base_path, 'README.md')