diff --git a/README.md b/README.md index c3111e5..db3fddb 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,16 @@ 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) +- [Hindi](README_hi.md) +- [Indonesia](README_idn.md) diff --git a/README_de.md b/README_de.md index 061a247..3377a80 100644 --- a/README_de.md +++ b/README_de.md @@ -9,4 +9,6 @@ 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) +- [Indonesia](README_idn.md) diff --git a/README_hi.md b/README_hi.md new file mode 100644 index 0000000..152c1f5 --- /dev/null +++ b/README_hi.md @@ -0,0 +1,25 @@ +# पाइथन के साथ खोजें (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 करें + +अधिक जानकारी के लिए [इस ट्यूटोरियल](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) को देखें | + +## अन्य भाषाओँ में READMEs : +- [English](README.md) +- [German](README_de.md) + + diff --git a/README_idn.md b/README_idn.md new file mode 100644 index 0000000..3259d21 --- /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: +- [English](README.md) +- [German](README_de.md) \ No newline at end of file