Skip to content

Script that reads some files in a path and extract with python some text. Text should be found in the same line and defined by regex (regular expresions

Notifications You must be signed in to change notification settings

guillermodean/readTxtAndFindString

Repository files navigation

Read a txt file and find string with regex

Description

this is a small script to find from a webpage (html) which I have downloaded in txt format (utf-8) the source code ( login needed so i coudlnt scrap it) then i have searched the codes and names to call them from other links webpage I am working on.

language

using Python 3.9.0

  • pandas
  • regex
  • os

pip install pandas

notes

To be used at will.

About

Script that reads some files in a path and extract with python some text. Text should be found in the same line and defined by regex (regular expresions

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages