Cybrkyd's git repositories

imaging-with-python • commit: bc60f94

commit bc60f94e8ea3fc5b9afe0df8151501f601e3b742cf9572bd952db5b918a066c6
author cybrkyd <noreply@cybrkyd.com> 2026-01-04 17:27:10 +0000
committer cybrkyd <noreply@cybrkyd.com> 2026-01-04 17:27:10 +0000

Commit Message

Reverting back to README.md

📊 Diffstat

README 23
README.md 21
2 files changed, 21 insertions(+), 23 deletions(-)

Diff

diff --git a/README b/README
deleted file mode 100644
index 5d75fb9..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
- ===========================
- Imaging with Python
- ===========================
-
- A Python script to generate random colour gradients. Output is in
- SVG format and the image consists of a combination of two random
- colours (rgb 0-255) in a random linear gradient.
-
- The Python script will output one gradient file. Combine it with
- 10.sh to generate 10 random gradients.
-
-
- Examples
---------
-
- Examples are provided in the /examples folder of this project. I
- use some as image backgrounds on my blog -- see https://cybrkyd.com
-
-
- Licence
--------
-
- This project is made available under a GPL3 licence -- see COPYING
- for the full text.
-
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..85a1ca0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+ # Imaging with Python
+
+ A Python script to generate random colour gradients. Output is in SVG format and the image consists of a combination of two random colours (rgb 0-255) in a random linear gradient.
+
+ The Python script will output one gradient file; combine it with `10.sh` to generate 10 random gradients.
+
+ ## Examples
+
+ Further examples are provided in the `/examples` folder of this project. I use some as image backgrounds on my blog -- see https://cybrkyd.com
+
+ ![Gradient example 1](/examples/1.svg "Gradient example 1")
+
+ ![Gradient example 2](/examples/2.svg "Gradient example 2")
+
+ ![Gradient example 3](/examples/3.svg "Gradient example 3")
+
+ ![Gradient example 4](/examples/4.svg "Gradient example 4")
+
+ ## Licence
+
+ This project is made available under a GPL3 licence -- see COPYING for the full text.