GithubHelp home page GithubHelp logo

craigmac / records-manager Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 5.43 MB

Python Tkinter GUI for searching and finding files on a drive older than X amount of days and saving formatted list to file.

Python 100.00%
tkinter tkinter-python records-management gui information-management

records-manager's Introduction

RMTK - Records Manager Toolkit

Description

This project, completed in 2015/2016 was an attempt to create a GUI front-end and reusable CLI library to aide in scanning drives for files older than a prescribed date (adjustable).

Gif of RMTK features.

Features

  • Export scan results to a text file or CSV file
  • records.py module is decoupled from tkinter GUI so could be used elsewhere
  • Only requires tkinter library, which comes with Python
  • Updated to require Python 3.x+
  • Ability to load 'blacklist' file (newline-separated patterns), which engine will skip when looking for matches
  • Ability to change cutoff date (default is 90 days from time you run the scan)
  • Ability to ignore any hidden file/folders while scanning
  • Scan using either 'Last Modified' or 'Last Accessed' fields as the arbitrer of cut off calculations.

Installation (Windows-only)

Preparation

  1. Be running Python 3.x+ (tested recently on 3.8.2)
  2. Usual git clone of this repo, e.g., git clone https://github.com/crajun/records-manager.git C:\temp\
  3. Create virtual environment to install necessary packages to build the application:
cd C:\temp\records-manager
python -m venv .env
cd .env/Scripts
activate.bat
cd ..\..
pip install -r requirements.txt

Building the executable

  1. Run the installer script: python setup.py build
  2. Run the executable found in the build/exe... folder

Limitations

  • Could be extremely slow giving results (python limitation)
  • ditto, but because at the time I did not use asynchronous methods and wrote UI blocking code (partly because I didn't know how at the time, and partly because at the time async was new in Python 3 and I was trying for 2/3 support).
  • Quite a few obvious bugs...no test framework to speak of...

records-manager's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.