<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Free Python Scripts</title>
	<atom:link href="http://pythonscripts.net/feed" rel="self" type="application/rss+xml" />
	<link>http://pythonscripts.net</link>
	<description></description>
	<pubDate>Fri, 27 Jun 2008 19:37:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple session handling example Download</title>
		<link>http://pythonscripts.net/simple-session-handling-example-download-615.html</link>
		<comments>http://pythonscripts.net/simple-session-handling-example-download-615.html#comments</comments>
		<pubDate>Fri, 27 Jun 2008 19:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Networking Tools]]></category>

		<guid isPermaLink="false">http://pythonscripts.net/simple-session-handling-example-download.html</guid>
		<description><![CDATA[This script is a very simple session handling example that uses plain Python CGI (tested only under Python 2.2+). Its goal is to show how cookies are set via HTTP and how easil CGI (tested only under Python 2.2+). Its goal is to show how cookies are set via HTTP and how easily they can [...]]]></description>
			<content:encoded><![CDATA[<p>This script is a very simple session handling example that uses plain Python CGI (tested only under Python 2.2+). Its goal is to show how cookies are set via HTTP and how easil<span id="more-615"></span> CGI (tested only under Python 2.2+). Its goal is to show how cookies are set via HTTP and how easily they can be used for session management. </p>
<p><!--divclosejust--><br /><img align="middle" src="/images/mir_download.gif" /> Download from: <a onmouseover="status=''; return true;" onmouseout="status=''" href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/325484/index_txt" id="dwlinks" rel="nofollow">Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pythonscripts.net/simple-session-handling-example-download-615.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Table splitter Download</title>
		<link>http://pythonscripts.net/table-splitter-download-422.html</link>
		<comments>http://pythonscripts.net/table-splitter-download-422.html#comments</comments>
		<pubDate>Fri, 27 Jun 2008 18:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pythonscripts.net/table-splitter-download.html</guid>
		<description><![CDATA[Given a string containing a textual table, this script&#160;splits it&#160; into a list of lists, according to the position of the most frequent word beginnings (or according tinto a list of lists, according to the position of the most frequent word beginnings (or according to the most frequent word endings for tables aligned to the [...]]]></description>
			<content:encoded><![CDATA[<p>Given a string containing a textual table, this script&nbsp;splits it&nbsp; into a list of lists, according to the position of the most frequent word beginnings (or according t<span id="more-422"></span>into a list of lists, according to the position of the most frequent word beginnings (or according to the most frequent word endings for tables aligned to the right).</p>
<p><!--divclosejust--><br /><img align="middle" src="/images/mir_download.gif" /> Download from: <a onmouseover="status=''; return true;" onmouseout="status=''" href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/498093/index_txt" id="dwlinks" rel="nofollow">Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pythonscripts.net/table-splitter-download-422.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pagecast Download</title>
		<link>http://pythonscripts.net/pagecast-download-396.html</link>
		<comments>http://pythonscripts.net/pagecast-download-396.html#comments</comments>
		<pubDate>Fri, 27 Jun 2008 02:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Image Tools]]></category>

		<category><![CDATA[Python Modules]]></category>

		<guid isPermaLink="false">http://pythonscripts.net/pagecast-download.html</guid>
		<description><![CDATA[Pagecast makes it easy to submit lists of URLs &#8212; Uniform Resource Locators,&#160; to Internet search engines. 

It also has some more advanced features such as the &#160; to Internet search engines. 

It also has some more advanced features such as the ability to check the URL&#8217;s for some problematic conditions. It is designed to [...]]]></description>
			<content:encoded><![CDATA[<p>Pagecast makes it easy to submit lists of URLs &#8212; Uniform Resource Locators,&nbsp; to Internet search engines. </p>
<p>
<p>It also has some more advanced features such as the <span id="more-396"></span>&nbsp; to Internet search engines. </p>
<p>
<p>It also has some more advanced features such as the ability to check the URL&#8217;s for some problematic conditions. It is designed to be simple to use and effective at what it does. </p>
<p>Pagecast is a program that can be run from either the command line or as a mail-robot. Running as a mail-robot means that anyone who knows the right Subject: line email an account on the system where Pagecast is set up, putting the URL&#8217;s you want to submit in the body of your email. </p>
<p>
<p>Pagecast will do its magic and then send a reply to you telling you what happened when it is finished. All of Pagecast&#8217;s features are also available from the command-line. </p>
<p><!--divclosejust--><br /><img align="middle" src="/images/mir_download.gif" /> Download from: <a onmouseover="status=''; return true;" onmouseout="status=''" href="http://downloads.sourceforge.net/pagecast/pagecast-2.0.1.tar.gz?modtime=1043193600&amp;big_mirror=0" id="dwlinks" rel="nofollow">Source Forge</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pythonscripts.net/pagecast-download-396.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>FSlint Download</title>
		<link>http://pythonscripts.net/fslint-download-124.html</link>
		<comments>http://pythonscripts.net/fslint-download-124.html#comments</comments>
		<pubDate>Fri, 27 Jun 2008 00:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[File Management]]></category>

		<guid isPermaLink="false">http://pythonscripts.net/fslint-download.html</guid>
		<description><![CDATA[FSlint is a utility to find and clean various forms of lint on a filesystem. One form of lint it finds for example is duplicate files. It has both GUI and command line modes. One form of lint it finds for example is duplicate files. It has both GUI and command line modes.
 Download from: [...]]]></description>
			<content:encoded><![CDATA[<p>FSlint is a utility to find and clean various forms of lint on a filesystem. One form of lint it finds for example is duplicate files. It has both GUI and command line modes.<span id="more-124"></span> One form of lint it finds for example is duplicate files. It has both GUI and command line modes.</p>
<p><!--divclosejust--><br /><img align="middle" src="/images/mir_download.gif" /> Download from: <a onmouseover="status=''; return true;" onmouseout="status=''" href="http://www.pixelbeat.org/fslint/fslint-2.22.tar.gz" id="dwlinks" rel="nofollow">Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pythonscripts.net/fslint-download-124.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Simple Color Chooser Download</title>
		<link>http://pythonscripts.net/simple-color-chooser-download-365.html</link>
		<comments>http://pythonscripts.net/simple-color-chooser-download-365.html#comments</comments>
		<pubDate>Thu, 26 Jun 2008 23:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Multimedia]]></category>

		<guid isPermaLink="false">http://pythonscripts.net/simple-color-chooser-download.html</guid>
		<description><![CDATA[This script uses the tkColorChooser libary to present the user with a colour selection dialog, then displays the RGB and hexadecimal values for that colour. 

It can selection dialog, then displays the RGB and hexadecimal values for that colour. 

It can also get the colour value from a hexadecimal string (eg. &#34;#f00f00&#34;)
 Download from: Homepage
]]></description>
			<content:encoded><![CDATA[<p>This script uses the tkColorChooser libary to present the user with a colour selection dialog, then displays the RGB and hexadecimal values for that colour. </p>
<p>
<p>It can<span id="more-365"></span> selection dialog, then displays the RGB and hexadecimal values for that colour. </p>
<p>
<p>It can also get the colour value from a hexadecimal string (eg. &quot;#f00f00&quot;)</p>
<p><!--divclosejust--><br /><img align="middle" src="/images/mir_download.gif" /> Download from: <a onmouseover="status=''; return true;" onmouseout="status=''" href="http://www.uselesspython.com/download.php?script_id=50" id="dwlinks" rel="nofollow">Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pythonscripts.net/simple-color-chooser-download-365.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Safe Eval Download</title>
		<link>http://pythonscripts.net/safe-eval-download-450.html</link>
		<comments>http://pythonscripts.net/safe-eval-download-450.html#comments</comments>
		<pubDate>Thu, 26 Jun 2008 23:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[File Management]]></category>

		<category><![CDATA[Python Modules]]></category>

		<guid isPermaLink="false">http://pythonscripts.net/quotsafequot-eval-download.html</guid>
		<description><![CDATA[This script evaluates constant expressions, including list, dict and tuple using the abstract syntax tree created by compiler.parse. Since compiler does the work, handling arbising the abstract syntax tree created by compiler.parse. Since compiler does the work, handling arbitratily nested structures is transparent, the implemenation is very straightforward. 
 Download from: Homepage
]]></description>
			<content:encoded><![CDATA[<p>This script evaluates constant expressions, including list, dict and tuple using the abstract syntax tree created by compiler.parse. Since compiler does the work, handling arbi<span id="more-450"></span>sing the abstract syntax tree created by compiler.parse. Since compiler does the work, handling arbitratily nested structures is transparent, the implemenation is very straightforward. </p>
<p><!--divclosejust--><br /><img align="middle" src="/images/mir_download.gif" /> Download from: <a onmouseover="status=''; return true;" onmouseout="status=''" href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/364469/index_txt" id="dwlinks" rel="nofollow">Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pythonscripts.net/safe-eval-download-450.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Download a file via Trivial File Transfer Protocol Download</title>
		<link>http://pythonscripts.net/download-a-file-via-trivial-file-transfer-protocol-download-177.html</link>
		<comments>http://pythonscripts.net/download-a-file-via-trivial-file-transfer-protocol-download-177.html#comments</comments>
		<pubDate>Thu, 26 Jun 2008 20:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pythonscripts.net/download-a-file-via-trivial-file-transfer-protocol-download.html</guid>
		<description><![CDATA[The tftpy library provides simple classes for TFTP clients and servers alike. This script&#160;is as simple as installing this library, instantiating a TftpClient object, and i. This script&#160;is as simple as installing this library, instantiating a TftpClient object, and invoking its download() method. 
 Download from: Homepage
]]></description>
			<content:encoded><![CDATA[<p>The tftpy library provides simple classes for TFTP clients and servers alike. This script&nbsp;is as simple as installing this library, instantiating a TftpClient object, and i<span id="more-177"></span>. This script&nbsp;is as simple as installing this library, instantiating a TftpClient object, and invoking its download() method. </p>
<p><!--divclosejust--><br /><img align="middle" src="/images/mir_download.gif" /> Download from: <a onmouseover="status=''; return true;" onmouseout="status=''" href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/502226/index_txt" id="dwlinks" rel="nofollow">Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pythonscripts.net/download-a-file-via-trivial-file-transfer-protocol-download-177.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Bannerfish Download</title>
		<link>http://pythonscripts.net/bannerfish-download-663.html</link>
		<comments>http://pythonscripts.net/bannerfish-download-663.html#comments</comments>
		<pubDate>Thu, 26 Jun 2008 20:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ad Management]]></category>

		<guid isPermaLink="false">http://pythonscripts.net/bannerfish-download.html</guid>
		<description><![CDATA[Bannerfish is a GPL web banner ad server written with Twisted.&#160; It&#8217;s intended for small sites that don&#8217;t need too many features. 

Bannerfish features include: tended for small sites that don&#8217;t need too many features. 

Bannerfish features include: 

 
Image and Flash banners 
 
Automatic deactivation when paid views are up 
 
Web based management [...]]]></description>
			<content:encoded><![CDATA[<p>Bannerfish is a GPL web banner ad server written with Twisted.&nbsp; It&#8217;s intended for small sites that don&#8217;t need too many features. </p>
<p>
<p>Bannerfish features include: <span id="more-663"></span>tended for small sites that don&#8217;t need too many features. </p>
<p>
<p>Bannerfish features include: </p>
<p>
<ul> 
<li>Image and Flash banners </li>
<p> 
<li>Automatic deactivation when paid views are up </li>
<p> 
<li>Web based management interface </li>
<p> 
<li>Web based reporting for ad owner </li>
<p> 
<li>Weighted views </li>
<p> 
<li>Ad rotation </li>
<p> 
<li>Multiple ads per page </li>
<p> 
<li>Limit ads based on section (aka categories) </li>
<p></ul>
<p><!--divclosejust--><br /><img align="middle" src="/images/mir_download.gif" /> Download from: <a onmouseover="status=''; return true;" onmouseout="status=''" href="http://itamarst.org/software/bannerfish/Bannerfish-0.2.0.tar.gz" id="dwlinks" rel="nofollow">Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pythonscripts.net/bannerfish-download-663.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Vorras Mailer Download</title>
		<link>http://pythonscripts.net/vorras-mailer-download-51.html</link>
		<comments>http://pythonscripts.net/vorras-mailer-download-51.html#comments</comments>
		<pubDate>Thu, 26 Jun 2008 19:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pythonscripts.net/vorras-mailer-download.html</guid>
		<description><![CDATA[Vorras Mailer enables webmasters to offer web-based email to their visitors. Similar to Hotmail&#8482; or Yahoo!Mail&#8482;, Vorras Mailer supports multiple users, and new user Similar to Hotmail&#8482; or Yahoo!Mail&#8482;, Vorras Mailer supports multiple users, and new user registration. 

It can also be configured to read remote email, allowing users to consolidate their various email accounts [...]]]></description>
			<content:encoded><![CDATA[<p>Vorras Mailer enables webmasters to offer web-based email to their visitors. Similar to Hotmail&trade; or Yahoo!Mail&trade;, Vorras Mailer supports multiple users, and new user<span id="more-51"></span> Similar to Hotmail&trade; or Yahoo!Mail&trade;, Vorras Mailer supports multiple users, and new user registration. </p>
<p>
<p>It can also be configured to read remote email, allowing users to consolidate their various email accounts into one location. The remote email system permits users to access their mail securely from any online connection worldwide. </p>
<p>
<p><strong>Features:</strong> </p>
<p>
<ul> 
<li>Handles attachments - Read and create MIME messages. </li>
<p> 
<li>Easy installation - Administrator can use our web-based configuration script to customize. No installation required for users. </li>
<p> 
<li>Supports unlimited number of domains. </li>
<p> 
<li>Can be configured to work as a site that offers email accounts such as Hotmail&trade;, or as a site that reads existing email accounts without registration. </li>
<p> 
<li>Viewable in-mail messages - Non-image attachments easily saved. </li>
<p> 
<li>Users can setup message filters. </li>
<p> 
<li>Message sorting by date, subject, sender or size. Easily controlled by the user. </li>
<p> 
<li>Forwards multiple messages to one or more recipients by combining messages. </li>
<p> 
<li>A command line for quick execution. </li>
<p> 
<li>Address book (aliases). </li>
<p> 
<li>Reading external email through POP or IMAP. You can use this feature to consolidate multiple email accounts into easily accessible folders. Mailboxes connected via IMAP are fully searchable. </li>
<p> 
<li>Completely customizable - place any banners, ads, or logos on your page. All Vorras Mailer pages can be edited from the web administration interface and customized to the desired look. </li>
<p> 
<li>Language support. Current version offered in English and Spanish. Easy to modify to include your own language by translating one file that contains all the strings. </li>
<p> 
<li>The Administrator can choose appropriate size limits for user accounts. Soft limits (where the user receives warning messages) and hard limits (where all incoming email for the offending user is bounced back) are available. </li>
<p> 
<li>Completely customizable - place any banners, ads, or logos on your page. All Vorras Mailer pages can be edited from the web administration interface and customized to the desired look. </li>
<p> 
<li>All outgoing email messages can contain text ads added by our software. </li>
<p> 
<li>Anti-spam control to ensure spammers do not user your system. The Administrator can prevent users from sending spam messages by controlling the number of emails per day, and the total number of recipients. </li>
<p> 
<li>Prevents automatic registrations </li>
<p></ul>
<p><!--divclosejust--><br /><img align="middle" src="/images/mir_download.gif" /> Download from: <a onmouseover="status=''; return true;" onmouseout="status=''" href="http://www.vorras.com/products/vorras_mailer/" id="dwlinks" rel="nofollow">Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pythonscripts.net/vorras-mailer-download-51.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Console ProgressBar Download</title>
		<link>http://pythonscripts.net/console-progressbar-download-166.html</link>
		<comments>http://pythonscripts.net/console-progressbar-download-166.html#comments</comments>
		<pubDate>Thu, 26 Jun 2008 19:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pythonscripts.net/console-progressbar-download.html</guid>
		<description><![CDATA[Console Progress Bar script is a theme-able&#34; progressbar-class for console. 
 Download from: ]]></description>
			<content:encoded><![CDATA[<p>Console Progress Bar script is a theme-able&quot; progressbar-class for console. </p>
<p><!--divclosejust--><br /><img align="middle" src="/images/mir_download.gif" /> Download from: <a onmouseov<span id="more-166"></span>ole. </p>
<p><!--divclosejust--><br /><img align="middle" src="/images/mir_download.gif" /> Download from: <a onmouseover="status=''; return true;" onmouseout="status=''" href="http://www.uselesspython.com/download.php?script_id=106" id="dwlinks" rel="nofollow">Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pythonscripts.net/console-progressbar-download-166.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

