Jump to content

Need a Tutorial for md5 scan and delete app

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
am632

am632

    Newbie

  • Members
  • Pip
  • 8 posts
Hi,

I have never programmed before, I have only read python books.

I would like a tutorial if anyone can help which basically does the following....

  • 1, User selects a directory or drive

  • 2, press a scan button

  • 3, scans the directory for all files which have a specific md5 number (there will be a text file or something with a list of md5 numbers which will be compaired to the files it scans)

  • 4, if files are found with a matching md5 number, files are listed with descriptions

  • 5, once scan completes, items in the list can be selected

  • 6, delete button will remove any selected files from computer (not put them in recycle bin)

  • 7, optional log file can be created.

I know this is asking alot but can it be done, and can anyone point me to a tutorial(or write me one:) )

I dont mind the programming language used because i guess ill just follow the tutorial anyways.

thanks

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Yes it can be done, no I don't have any tutorials on it. Which OS do you want to do this in?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
am632

am632

    Newbie

  • Members
  • Pip
  • 8 posts
Hi, thanks for the reply.

I would like it to run on windows xp upwards, but if it cud run on ubuntu aswell then that would be great

thanks again

#4
technica

technica

    Learning Programmer

  • Members
  • PipPipPip
  • 63 posts
Sounds like one complete project :)

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I'd probably do it in Java, then.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
am632

am632

    Newbie

  • Members
  • Pip
  • 8 posts
java sounds like an idea, it would then be able to run on mac aswell rite?

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Yes.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog