Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…WithPython into master
  • Loading branch information
YorozuyaDev committed Oct 3, 2020
2 parents b804532 + c9ef2e8 commit dbdd7c3
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [German](README_de.md)
- [Hindi](README_hi.md)
- [Indonesia](README_idn.md)
4 changes: 3 additions & 1 deletion README_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [English](README.md)
- [Hindi](README_hi.md)
- [Indonesia](README_idn.md)
25 changes: 25 additions & 0 deletions README_hi.md
Original file line number Diff line number Diff line change
@@ -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)


13 changes: 13 additions & 0 deletions README_idn.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit dbdd7c3

Please sign in to comment.