Main Menu

Modem Logger

Title: Modem Logger

Version: 1

Requirements: python

Description: Records and reports some basic signal stats on RCA Broadband cable modem.

What I learned from this: How to parse data from a webpage, and output it.

 What I still need to do: Make more functional, possibly add a configuration file setting.

Code: Link

Modem Logger

Title: Modem Logger

Version: 1

Requirements: python

Description: Records and reports some basic signal stats on RCA Broadband cable modem.

What I learned from this: How to parse data from a webpage, and output it.

 What I still need to do: Make more functional, possibly add a configuration file setting.

Code: Link

M3U playlist copier

Title: M3U playlist copier

Version: 1

Requirements: python, wx.

Description: A script that reads an M3U playlist file (from winamp for example) and copies all the mp3's that are listed to a given directory.

What I learned from this: How to parse m3u files.

 What I still need to do: minor tweaks.

Code: Link

M3U playlist copier

Title: M3U playlist copier

Version: 1

Requirements: python, wx.

Description: A script that reads an M3U playlist file (from winamp for example) and copies all the mp3's that are listed to a given directory.

What I learned from this: How to parse m3u files.

 What I still need to do: minor tweaks.

Code: Link

Image sorter

Title: Image sorter

Version: 1

Requirements: python, wx, PIL.

Description: An Image sorter that displays an image and sub directories within the current directory, will attempt to move the current image into the sub directory. Will not overwrite files.

What I learned from this: file manipulation and picture display.

 What I still need to do:

  • when showing a gif file, attempt to scale it somehow...
  •  add auto renaming
  • options
  •  config file

Code: Link