From 0eec79897e235b1095febfd50c421695ac723136 Mon Sep 17 00:00:00 2001 From: Andreas Fahrecker Date: Tue, 19 Mar 2024 00:08:00 +0100 Subject: [PATCH] Added Sources Section to README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4c9f05..55d63ee 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,8 @@ python main.py path_to_your_image.jpg The script will create two new images in the "left" and "right" directories with the suffixes _left and _right added to the original file name. ## License -This project is licensed under the terms of the MIT license. \ No newline at end of file +This project is licensed under the terms of the MIT license. + +## Source Code + +The source code for this project is available on [Gitea](https://gitea.fahrecker.com/andreas-personal/image-splitter) and mirrored on [GitHub](https://github.com/andreas-fahrecker/image-splitter). \ No newline at end of file