From d226b3f58451e3fede2200c5514b241f9a24f884 Mon Sep 17 00:00:00 2001 From: Emil Merle <49149679+emilmerle@users.noreply.github.com> Date: Sun, 27 Sep 2020 13:10:15 +0200 Subject: [PATCH 1/8] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3111e5..f1c8b44 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,13 @@ Feel free to contribute but please keep things easy to understand. - sys (command line arguments) - os (functions for filepathes) +## How to contribute: +1. Fork this repository. +2. Clone the forked repository. +3. Write your code +4. Create a new branch +5. Open a pull request +See [this tutorial](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) for more information. + ## READMEs in other languages: -- [German](README_de.md) \ No newline at end of file +- [German](README_de.md) From 076a22f2042f0d576525779d8bd88b2d88d015ac Mon Sep 17 00:00:00 2001 From: Emil Merle <49149679+emilmerle@users.noreply.github.com> Date: Sun, 27 Sep 2020 13:10:29 +0200 Subject: [PATCH 2/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1c8b44..3f84cb4 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Feel free to contribute but please keep things easy to understand. 3. Write your code 4. Create a new branch 5. Open a pull request + See [this tutorial](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) for more information. ## READMEs in other languages: From d5076b1d9ceccc066c835701f64162b620eb48d3 Mon Sep 17 00:00:00 2001 From: Ilkom Pendek Date: Sun, 27 Sep 2020 21:52:46 +0700 Subject: [PATCH 3/8] Added Bahasa Indonesia readme and link to other languages --- README_idn.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README_idn.md diff --git a/README_idn.md b/README_idn.md new file mode 100644 index 0000000..fa6e533 --- /dev/null +++ b/README_idn.md @@ -0,0 +1,13 @@ +# FindingThingsWithPython +Skrip singkat dan mudah untuk menemukan teks dengan bahasa pemrograman python. +Silahkan untuk berkonrtibusi. Harap tetap menjaga agar dapat tetap mudah dimengerti/ dipahami. + +## Imports (dan penggunaan): +- pyperclip (copy (salin) dan paste (tempel) konten dari/ke clipboard) +- re (ekspresi regular) +- sys (argumen command line) +- os (fungsi untuk filepathes (alur file)) + +## READMEs in other languages: +- [German](README_de.md) +- [Indonesia](README_idn.md) \ No newline at end of file From 70e19a831c40ce66e1a9a5b685720f1fbed092cf Mon Sep 17 00:00:00 2001 From: iriyagupta Date: Mon, 28 Sep 2020 01:49:44 +0530 Subject: [PATCH 4/8] README in hi --- README.md | 1 + README_de.md | 3 ++- README_hi.md | 23 +++++++++++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 README_hi.md diff --git a/README.md b/README.md index 3f84cb4..bd70225 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,4 @@ See [this tutorial](https://www.digitalocean.com/community/tutorials/how-to-crea ## READMEs in other languages: - [German](README_de.md) +- [Hindi](README_hi.md) diff --git a/README_de.md b/README_de.md index 061a247..9af982d 100644 --- a/README_de.md +++ b/README_de.md @@ -9,4 +9,5 @@ Du kannst gerne etwas beitragen, aber bitte halte die Dinge leicht und verständ - os (Funktionen für die Dateipfade) ## READMEs in anderen Sprachen: -- [English](README.md) \ No newline at end of file +- [English](README.md) +- [Hindi](README_hi.md) diff --git a/README_hi.md b/README_hi.md new file mode 100644 index 0000000..f0c3753 --- /dev/null +++ b/README_hi.md @@ -0,0 +1,23 @@ +# पाइथन के साथ खोजें (FindingThingsWithPython) +पाइथन के साथ ग्रंथो/टेक्स्ट में चीजों को खोजने के लिए छोटी और आसान स्क्रिप्ट्स | +योगदान करने के लिए स्वतंत्र महसूस करें लेकिन कृपया चीजों को समझने में आसान रखें। + +## आयात (और उपयोग)[Imports (and use)] : +इन्हें पाइथन में आयात करें +- pyperclip (क्लिपबोर्ड पर / से सामग्री कॉपी और पेस्ट करे) +- re (regular expressions) +- sys (command line arguments) +- os (फाइल paths के लिए functions) + +## योगदान कैसे करें: +1. इस Repository को Fork कीजिये +2. Fork की हुई repository को clone करें +3. Code लिखें +4. नयी branch बनाएं +5. Pull request करें + +## अन्य भाषाओँ में READMEs : +- [English](README.md) +- [German](README_de.md) + + From a18bd04e2a2f23b86730c011d91cc324b29d38b6 Mon Sep 17 00:00:00 2001 From: Ilkom Pendek Date: Mon, 28 Sep 2020 08:37:02 +0700 Subject: [PATCH 5/8] Added Bahasa Indonesia readme and link to other languages --- README_idn.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_idn.md b/README_idn.md index fa6e533..3d7127d 100644 --- a/README_idn.md +++ b/README_idn.md @@ -9,5 +9,6 @@ Silahkan untuk berkonrtibusi. Harap tetap menjaga agar dapat tetap mudah dimenge - os (fungsi untuk filepathes (alur file)) ## READMEs in other languages: +- [English](README.md) - [German](README_de.md) - [Indonesia](README_idn.md) \ No newline at end of file From 9351e48fa86680b4f706f7383ab3b76e63548944 Mon Sep 17 00:00:00 2001 From: Ilkom Pendek Date: Mon, 28 Sep 2020 22:17:20 +0700 Subject: [PATCH 6/8] Added link to indonesia version in english version --- README.md | 1 + README_de.md | 3 ++- README_idn.md | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f84cb4..9571906 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,4 @@ See [this tutorial](https://www.digitalocean.com/community/tutorials/how-to-crea ## READMEs in other languages: - [German](README_de.md) +- [Indonesia](README_idn.md) diff --git a/README_de.md b/README_de.md index 061a247..e0e5841 100644 --- a/README_de.md +++ b/README_de.md @@ -9,4 +9,5 @@ Du kannst gerne etwas beitragen, aber bitte halte die Dinge leicht und verständ - os (Funktionen für die Dateipfade) ## READMEs in anderen Sprachen: -- [English](README.md) \ No newline at end of file +- [English](README.md) +- [Indonesia](README_idn.md) \ No newline at end of file diff --git a/README_idn.md b/README_idn.md index 3d7127d..3259d21 100644 --- a/README_idn.md +++ b/README_idn.md @@ -10,5 +10,4 @@ Silahkan untuk berkonrtibusi. Harap tetap menjaga agar dapat tetap mudah dimenge ## READMEs in other languages: - [English](README.md) -- [German](README_de.md) -- [Indonesia](README_idn.md) \ No newline at end of file +- [German](README_de.md) \ No newline at end of file From b27b2c03ace26ea74000ed4266b8516ad4803860 Mon Sep 17 00:00:00 2001 From: iriyagupta Date: Mon, 28 Sep 2020 21:38:50 +0530 Subject: [PATCH 7/8] updated hi for tut --- README_hi.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README_hi.md b/README_hi.md index f0c3753..8d5487f 100644 --- a/README_hi.md +++ b/README_hi.md @@ -16,6 +16,8 @@ 4. नयी branch बनाएं 5. Pull request करें +अधिक जानकारी के लिए [इस ट्यूटोरियल] (https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) को देखें | + ## अन्य भाषाओँ में READMEs : - [English](README.md) - [German](README_de.md) From 9296a11e8f62cefa83b93426469f8f67548ea108 Mon Sep 17 00:00:00 2001 From: Riya Gupta <15695755+iriyagupta@users.noreply.github.com> Date: Mon, 28 Sep 2020 21:39:36 +0530 Subject: [PATCH 8/8] Update README_hi.md --- README_hi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_hi.md b/README_hi.md index 8d5487f..152c1f5 100644 --- a/README_hi.md +++ b/README_hi.md @@ -16,7 +16,7 @@ 4. नयी branch बनाएं 5. Pull request करें -अधिक जानकारी के लिए [इस ट्यूटोरियल] (https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) को देखें | +अधिक जानकारी के लिए [इस ट्यूटोरियल](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) को देखें | ## अन्य भाषाओँ में READMEs : - [English](README.md)