Skip to content

Small and easy scripts to find things in texts with python.

Notifications You must be signed in to change notification settings

YorozuyaDev/FindingThingsWithPython

 
 

Repository files navigation

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:

About

Small and easy scripts to find things in texts with python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%