Skip to content

codeBlooded1997/File-manipulation

Repository files navigation

File manipulation

Arian Aghnaei

May 2020

Python 3.8

Generating and manipulating files using python

In this open source project I developed two python scriped for manipulating the file in the unix os.

It is very useful when we want to read, write , scan and search files for specific things and compressing them.

All these technologies are really powerfull when the combined with webscraping, email automation and regex.

Also can be applied to unlimited number of files with one click.

What I learned :

  • Generating file by constructing data gathered from other files ( could be csv, json or raw text file).
  • Scanning unlimited number of files to see if any of them meets a certain criteria
  • Extracting data from files and constructing flagged files using them.
  • moving the generated flagged files to another directory, construct the folder and make it ready for sendint through web.

The code is fully commented so you can use for learning and also your personal projects.

I really want to know what other developers like you are thinking about my code so don't hesitete to contact me and share your idea about this piece of code.

About

File Management Automation (CLI)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages