Skip to content

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

Notifications You must be signed in to change notification settings

emilmerle/FindingThingsWithPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7bc71ee · Jan 22, 2024

History

94 Commits
Jan 22, 2024
Jan 22, 2024
Jan 22, 2024
Jan 22, 2024
Jan 22, 2024
Oct 1, 2020
Oct 27, 2021
Oct 9, 2022
Oct 9, 2022
Oct 9, 2022
Oct 9, 2022
Oct 9, 2022
Oct 9, 2022
Oct 9, 2022
Oct 9, 2022
Sep 25, 2020
Sep 25, 2020
Oct 1, 2020
Oct 1, 2020

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages