Showing 2940 open source projects for "python 2"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Python sniffer that identifies interactive SSH sessions. It detects when an intruder uses SSH with: a wrong password, a good one or with a password cracking program. It uses two techniques: SSH client's banner identification and SSH session total by
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AutoFlight

    AutoFlight

    AutoFlight is a powerful, open source AR.Drone control program.

    AutoFlight features AR.Drone control with a gamepad or joystick, sensor data logging, 3d mapping, Python scripting to automate the drone's behavior and Arduino extensions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    PythUA

    Opc UA Client in Python

    This Project is an attempt to create an Opc UA Client in Python. This Project is built on top of the ANSI C SDK released by the OPC Foundation. Due to licensing reasons the SDK's files are not included in this SourceForge Project. A OPC Foundation membership is required to retrieve these files from the Foundations website. To use C-Code inside a Python Application, the ctypes Module is used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    CollectD-CSV Plotter

    Web interface for visualizing CSV data from CollectD monitoring system

    CollectD-CSV Plotter is a web interface for fetching and visualizing data that is saved in CollectD CSV format. An HTML form is used for defining the time interval and choosing the wanted measurements. The plotter is actually a front-end for collectd-csv module (http://pypi.python.org/pypi/collectd-csv/), which it uses for fetching the data. Technologies CollectD-CSV Plotter uses include CGI/Python, HTML5/JavaScript, jQuery, jQuery-UI and Gnuplot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 5
    MitoBlaster
    MitoBlaster is a traditional-appearing shooter-game. The player assumes control of a small starship to protect Earth from giant-size mitochondria who would gladly see the planet as their new home. The game takes advantage of Python module "pygame"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Pax

    Pax

    A Wargame

    Pax is a grand strategy game around the topics of war, diplomacy, exploration and trade, set during the Middle Ages and Renaissance. It features a highly customizable engine, allowing users to create their own variations of the game or completely new "mods", thorugh simple scripts. The game is still in the planning and design phase, but for more information, please see the project's homepage and wiki at http://paxgame.sourceforge.net
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    The Forming

    A Pygame RPG

    Game Type: Medieval RPG Note: The title may make it seem like a horror game, but it isn't. You are a young boy born and raised in your home town of medieval Tenswitch. You are made to fight in the upcoming war in order to free your younger brother who was captured during a village raid. As you progress through the story, you learn more about yourself then ever before, but you also learn that the ones who raided your village are members of a secret society known as The Forming, and are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Pyradox2

    Various tools for Paradox games, an extension of Pyradox

    Presently, the scripts here can be used to parse the game data files for Victoria 2. These values are put into wiki format for the purpose of adding to the Paradoxian wiki (http://www.paradoxian.org/vicky2wiki/Reference_Guides). These scripts are particularly useful to have since anytime Paradox makes updates to the core game, values often change. These scripts help ensure that the wiki can be easily kept up to date to help players better understand how the game works and to help modders...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    pyMdfParser

    Parser for measurement data in mdf format

    Python implementation of a mdf file reader Aim of the project is to implement a parser that can be used in Python based application which work on mdf data. MDF means Measure Data Format and is a binary format for measurement in the automaitve area
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    Genepy is be a tool to build c/c++ projects by generating a makefile, vcproj files and wrapper for some languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MobiLinux | Linux Desktop for Android

    MobiLinux | Linux Desktop for Android

    Allowing you to use the Linux desktop everywhere you are

    MobiLinux is a mobile Linux distro based on Ubuntu 12.04 ARMv7 Build and is made to run on Android mobile phones while using little ram. This is based off http://sourceforge.net/projects/linuxonandroid/ and has been very much modified but should still be noted Requirments: - ARM based Android Mobile Phone - Android OS 2.2+ - ROOT ACCESS and BusyBox Binay - loop and ext2 kernel support - 2 GB of free space - 1 GHz CPU (dual-core or overclocked is recommended) - 512 RAM on board (1GB...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    XmlValTran

    Gedit Plugin for XML Validation and Transformation

    Use xmllint (from libxml2) and xsltproc (from libxslt) from within Gedit to validate an XML document. To install: 1) Download the xmlvaltran.py and xmlvaltran.plugin files to the "~/.local/share/gedit/plugins/" directory. If the directory does not exist, create it: "mkdir -p ~/.local/share/gedit/plugins/" 2) Start or restart Gedit, and go to "Edit -> Preferences -> Plugins". 3) Select the checkbox next to "XML Validator/Transformer". The plugin will be displayed in the side panel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Sentence Parser for Python
    This is a code for the sentence parsing that does its job properly and FAST. The main problem is that you really need a database of abbreviations so that phrases such as "Dr. Smith" are not calculated as 2 sentences, which means that the good parser must be language dependent. I am also providing a list of all English abbreviations with the code. You can always tweak the code to get a nicer output, but the main idea is still there, and completed with this little program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A software to test links and also perform load testing of urls .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PyJsGlade is a glade-like application to build a user interface for a pyjamas (http://pyjs.org) based project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    hg-diff

    A GUI program to compare mercurial revisions.

    hg-diff is a simple GUI program to browse mercurial revisions. It is used to display a summary of all changes between two revisions and to display a graphical comparison of the two versions of each changed file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Abandoned version of qbc. DOES NOT WORK properly
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    hrefinder

    Detection of homologous recombination events from SNP data

    This software detects homologous recombination events (HREs) from SNP data. Based on SNP alleles calls and locations, it breaks the genomes into locally colinear blocks, and looks for cases where SNPs do not agree with the vertical pattern of inheritance in a phylogeny. It applies a dynamic programming algorithm to model whether changes within a block are likely a result of mutations, sequencing errors, or HRE. We use information from the nearby SNPs, so that if 1-2 alleles in a series of SNPs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A collection of pure Python algorithms and data structures
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    slumo

    slumo

    Software and Library for USB2AD device

    SLUMO is a software and library for USB2AD module. Project has two parts. The first is stand alone measurement software with GUI using GTK3+ and python 3. The second is a library that handle all comunication with device, so you can create your own scripts for custom measuring in a very easy way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    dualPrint

    A tool that makes printing multi sided documents an easy task.

    Let's say you want to save paper when printing a document. To do so, you can print on both sides of paper sheets or print multiple pages on each side of the sheets, like done in handouts. Most printers and printer dialogues don't offer an easy way to do these two simple tasks, that's where dualPrint comes in. Tell dualPrint basic information about the document's pages and it will generate the outputs to copy into the printer dialogues. dualPrint eliminates the need to manually change between...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Physical modelling of water transport in plants
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PyRoboSim2D

    Python+Pygame robot simulator 2D

    2D robotic simulator in Python 2.x, tested in 2.6 and 2.7, under Win7(64) and Ubuntu 10.04 (Lucid). Needs the matching version of Pygame installed! (www.pygame.org) Download the .py file and two .bmp files: -->back2_800_600 for background -->any of the robo1.bmp through robo4.bmp for robot image (different colors). The map of the "room" can be changed by modifying the list of obstacles. Read more in ReadMe.txt and in the .py file comments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    dms-project-se

    dms-project-se

    Crowdsourcing. Citizen journalism for disaster notification.

    This disaster management system is a powerfool tool that exploits the power of citizen journalism / crowdsourcing to help authorities provide a more effective disaster response. This system is a two component solution. A mobile application for reporting of all disaster instances and a web component for viewing realtime reports plotted on a map and manipulating them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    gattai

    Cross-platform software dependency build and installation tool

    gattai is a cross-platform system for pulling a bunch of dependencies, patching and building them and/or downloading binary packages, and then installing them in a central location. It aims to enable software projects to fully automate build environment setup. gattai is not a replacement for other systems like apt-get, and in fact, it will have the ability to use apt-get when running on a system that supports it. Rather, it aims to both allow an apt-get like setup process on environments...
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.