Skip to content

This repo contains python scripts for different requirement, solution to different problems

Notifications You must be signed in to change notification settings

Nagendrakc/python_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Script to downlaod the file from http server

This script check for latest file uploaded in http server and then download it if the latest file is not present in directory where the downlaoded file is placed. This script also has intelligence to manage its storage space by removing the oldest file on local storage media before start downloading.

Right now the script is written in very straign way using traditional function method.

I have plan to write using classes in furture, once i do it, i will upload the same here.

The script can be used for

  • Downloading the file which is has build number embedded into file name, without any modification, except http uri
  • With little modification on file selection section, it can traverse inside the directory to pick the file to download

Script to search files on windows system

Script "file_search_tool.py" does searching of files on any specific path or entire root path for required file. This script can find a file based on partial string passed as parametere by using reg expression. This tool displays a statiscs of how much time it took to get the file location indexed.

About

This repo contains python scripts for different requirement, solution to different problems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages