Small and easy scripts to find things in texts with python.
Feel free to contribute but please keep things easy to understand.
- pyperclip (copy and paste content from/to the clipboard)
- re (regular expressions)
- sys (command line arguments)
- os (functions for filepathes)
- Fork this repository
- Clone the forked repository
- Write your code
- Create a new branch
- Open a pull request
See this tutorial for more information.