kopia lustrzana https://github.com/villares/sketch-a-day
17 & 18 readme + alt path for entry script
rodzic
3c00c9e0c5
commit
0e5447049e
Plik binarny nie jest wyświetlany.
|
Po Szerokość: | Wysokość: | Rozmiar: 62 KiB |
12
README.md
12
README.md
|
|
@ -26,6 +26,18 @@ Here are listed some of the tools I have been using:
|
|||
|
||||
---
|
||||
|
||||

|
||||
|
||||
[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](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](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)]
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue