1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-07-20 15:31:14 +02:00

Updated the readme to include the licence and gallery.

This commit is contained in:
Chris Palmer
2019-06-08 22:27:59 +01:00
parent 34a9b0e87b
commit 8ce079214a
4 changed files with 10 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ def gallery():
projects = [i for i in os.listdir(project_dir) if os.path.isdir(project_dir + '/' + i + '/assemblies')]
with open(output_name, 'wt') as output_file:
print("# A gallery of projects made with NopSCADlib", file = output_file)
for project in projects:
path = project_dir + '/' + project
print(project)