Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 840 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 840 Bytes

FindingThingsWithPython

Small and easy scripts to find things in texts with python.
Feel free to contribute but please keep things easy to understand.

Imports (and use):

  • pyperclip (copy and paste content from/to the clipboard)
  • re (regular expressions)
  • 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 for more information.

READMEs in other languages: