Skip to main content

A library that extends file management functionality in Python with many useful features in order to save your time and make life easier!

Project description

FinderZ

A library that extends file management functionality in Python with many useful features in order to save your time and make life easier!

This script uses the os and subprocess libraries in order to function properly.

Written in python, this script provides you with different file operation commands as well as info gathering commands on directories as well as files.


Features

  • Consists of three classes: GatherInfo, fileOperands, and callBash.
  • Find any file with a certain keyword. This means you no longer have to necessarily know the full name of the file in case you forgot it.
  • Gather information such as files in a directory, name of those files, and even a createFiles tool as well as a curated removeFiles tool.
  • Is easy to add new things to the library.
  • In case of functionality restrictions, callBash is a function that calls a bash script in order to expand functionality at its peak.
  • Easy to use.
  • You no longer have to take your time in making those file management algorithms that take a while to complete.
  • Fast and efficient, includes a plethora of other features.

Why?

  • I wanted to showcase how one can easily create a full library that manages files in order to save time in an efficient way.
  • Who wouldn't want a tool to manage their files easily in their python scripts? This will save time!

How?

  • Using iterating techniques for a few of the functions, I was able to complete actions recursively through different directories.
  • The use of the os and subprocess modules (especially os) made everything easier, and what I did was basically structure a library to make life easier.

User notice

  • Some of the functions are only there in case one has to get user input or wants to format things in a more visible way. These functions include askMainDir, and the expandListInfo functions.

Services used (Credits):


Make sure to leave a star!

  • If you like this project, leaving a star is what motivates me in doing more. Thank you, and I hope this is useful to all.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finderz-0.0.5.tar.gz (15.7 kB view hashes)

Uploaded Source

Built Distribution

finderz-0.0.5-py3-none-any.whl (16.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page