Modules Python scripts - Top 4 Download

Modules Python script downloads

Lavengro

Lavengro is a cross-platform, console-based vocabulary-test engine. It uses text files as its tests. The tests themselves are created by you. It has a tutor mode, a test mode, and a CBT learning mode. ...
Python

Getting uptime in windows 2000 NT XP

This script returns a datetime.timedelta instance representing the uptime in a Windows 2000/NT/XP machine. ...
Python

Improved TemporaryFile

This script allows a temporary file implementation that uses memory unless either capacity is breached or fileno is requested, at which point a real temporary file will be created and the relevant details returned. ...
Python