Skip to content

Commit 864462e

Browse files
committed
python generator initial commit
1 parent ae97770 commit 864462e

24 files changed

+813
-10
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
.idea/*
1+
.idea/*
2+
3+
python_generator/out.png
4+
python_generator/*bundle*.json

NOTES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[x] check if fonts/, img/, sounds/ are used and add them in the header if so.
2+
3+
[ ] check if secrets.py is needed and draw it in the header
4+
5+
[x] add triangles to generated folders

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
This is a simple single page HTML / JavaScript application that allows you to create mock file manager screenshots showing required libraries for CirctuitPython devices.
1+
This project will contain tools for automating the creation of CircuitPython requirement screenshots.
22

3-
If this is something you do frequently the tool can save you the time and energy of always replacing all of the files on your devices with the ones that you need to screenshot.
3+
[html_app](html_app) is a standalone HTML/JS version of the concept that is more manual.
44

5-
Here is an example of a screenshot generated by this tool:
6-
7-
![Example Screenshot](example.png)
8-
9-
Here is an image showing the interface for the utility:
10-
11-
![Utility Interface](interface.png)
5+
[python_generator](python_generator) will hold scripts that generate similar images as png files with pillow.

html_app/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This is a simple single page HTML / JavaScript application that allows you to create mock file manager screenshots showing required libraries for CirctuitPython devices.
2+
3+
If this is something you do frequently the tool can save you the time and energy of always replacing all of the files on your devices with the ones that you need to screenshot.
4+
5+
Here is an example of a screenshot generated by this tool:
6+
7+
![Example Screenshot](example.png)
8+
9+
Here is an image showing the interface for the utility:
10+
11+
![Utility Interface](interface.png)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)