Python : Scripts and Programs : Miscellaneous

Vorras Antibot

0.0/5 (0 votes cast)

Vorras Antibot is an image generation program that prevents automatic form submission by robots. If your web site is being overwhelmed with spam, automatic registrations, automatic forum or classified ad submissions etc., Vorras Antibot can solve this problem by introducing a picture in your HTML forms that only a human can recognize.

ohmslaw

0.0/5 (0 votes cast)

This is a simple Ohm's Law Calculator. Before calculating voltage, current, and resistance, always convert units of measurement to Volts, Amps, or Ohms. This program is released under the MIT License

pwgen

0.0/5 (0 votes cast)

System administrators constantly encounter users who forget passwords, or request a change of passwords. This utility was designed to generate 9-character passwords that can be easily remembered by the average user but secure enough to be used for authentication purposes. Contents include the files pwgen.py, README, and License. This program is released under the MIT License.

Rate Yourself

0.0/5 (0 votes cast)

'Rate Yourself' is a web framework for building surveys like 'How cool/geeky/whatever are you?'. All survey-specific data (questions, their answers and score ratings) is read from a single file containing XML data. The questions and answers are presented to the user in random order. When all questions are answered, the user's score is calculated based on the answers' weight (as specified in the data file) and presented with a suitable comment.

Placemark Directory

0.0/5 (0 votes cast)

This application maintains a list of placemarks which can be exported from Google Earth (http://earth.google.com/ ) as KML (a XML-defined format). The stored placemarks can then be downloaded one by one or all of them at once, optionally zip-compressed and with a custom icon as KMZ file (open a .kmz file with your favorite file archiver to see what it is all about).

Text Fader

0.0/5 (0 votes cast)

Using this script you can create a text fading effect for use on your web pages. The script generates a HTML file with the faded text. The script can fade any text between any two valid HTML color codes.

Vorras Antibot

0.0/5 (0 votes cast)

Vorras Antibot is an image generation program that prevents automatic form submission by robots. If your web site is being overwhelmed with spam, automatic registrations, automatic forum or classified ad submissions etc., Vorras Antibot can solve this problem by introducing a picture in your HTML forms that only a human can recognize.

Addon for phpPowerCards 2.1

0.0/5 (0 votes cast)

This is an addon written in Pyton for creating the configuration files for phpPowerCards 2.1. Features uploading the pictures to the right folder, and much more.

PyBriefcase

0.0/5 (0 votes cast)

Many people who own a website also use it to quickly store files while on the go. However, most filemanagers (such as CPanel) are overly complicated for this purpose because they allow access to all directories and finding the one you want, uploading the file, etc. may not be feasible if you only have a short amount of time. Enter PyBriefcase. PyBriefcase is a system designed to allow you to quickly upload a file and later easily access it for viewing. It is ideal for storing presentations, code, and many other files. PyBriefcase uses a password system for storing files (and optionally, a password system for viewing files as well), limits on the maximum file size and maximum directory size, easy deletion, the ability to block certain file extensions, and much more! Plus, its simple design allows it to be a great addition to your website for your personal use. If you have the ability to make subdomains, you can even have one like briefcase.yourdomain.com redirect to PyBriefcase.

Infix-Postfix

0.0/5 (0 votes cast)

Use this to convert an infix expression to postfix and vice-versa. You can also evaluate infix and postfix expressions.