-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ian S. Pringle
committed
Oct 1, 2020
1 parent
6fd8db0
commit c6575d1
Showing
10 changed files
with
228 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
- [Indonesia](README_idn.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# 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) | ||
- [Hindi](README_hi.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
<<<<<<< HEAD | ||
pyperclip == 1.8.0 | ||
======= | ||
pyperclip==1.8.0 | ||
>>>>>>> 3c73d451606203216ef00f7bfb7a176bce5a8c43 |