Showing 328 open source projects for "py++"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 1
    pyRAFT

    pyRAFT

    Reconstruction Algorithms for Tomography (python)

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    LaTeX2txt

    LaTeX to plain text file convertor

    Smart utility to removing LaTeX commands. Command to commit: python latexRemoverV1.py MyAwesomeFile.tex
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Py Linked Table Manager

    Py Linked Table Manager

    This application is to relink/update/refresh MS Access tables.

    Py Linked Table Manager will help you relink/update/refresh MS Access tables and also supports UNC paths. This application only works on Access 97-2003 and does not work on Access newer than 2003. Supports (mdb, .mda, .mde, .mdw). This application is developed on Python using Tkinter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    pyOneExeDist

    Convert anyfiles into a single .py to include all your ressources.

    You can use theses scripts to convert a set of files into a single ressources.py file. If you import this file into your script and use py2exe to compile your script, you will be able to make everything fit inside one .exe. You can also use py2exe to compile the decompressor into an .exe. It will behave like an auto extractible executable (which can create shortcuts).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 5

    Lynx

    Python configuration library

    Simple python configuration library and format. The format is very similar to YAML with the enhancment of sections. Install with pip: pip install lynx homepage: https://github.com/omershelef/lynx
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ebiv

    efl basic image viewer

    Enlightenment Basic Image Viewer Based on the elementary library from: https://www.enlightenment.org/ Enlightenment 19 is an interesting project and looks very promising but there are very few applications available. Don't complain but . . . make something: Inspired by gpicview created an image viewer for Enlightenment. The source code is not copied anything from gpicview but borrowed heavy from the py-efl examples. v0.1 first attempt. v0.2 add toolbar v0.3 add keyboar shortcuts TODO...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ospfdiscoverysnmp

    ospfdiscoverysnmp

    OSPF network discovery script via SNMP.

    OSPF_SNMP_v1.0.py is an OSPF network discovery script. It allows the discovery of all OSPF network devices in the network, without connecting to each of them or knowing all their IP addresses. The user must provide the IP and SNMP community string of a single OSPF device in the network (for example, a device in the core) and the script searches for all other OSPF routers. Prior to running the script, the user should configure SNMPv2 community string on the device and also include the subnet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Mukioplayer-Py-Mac

    Mukioplayer-Py-Mac

    Play Danmu on Mac and Linux

    This is a solution of the damn fact that Mac, one of the best OS in human history, does not have a reliable and nice video comment software. Also check out https://sourceforge.net/projects/abplayerhtml5pynix/ , the one with HTML5. Quicker and cooler! My e-mail: cnbeining[at]gmail.com Stay in touch!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    backtask-py

    Run tasks in a background process, passing their arguments via fork()

    Backtask.py is a small Python module that runs functions in a background process, passing any data they require using fork(). Using fork() means it is efficient to pass megabytes of arguments. When the function returns a completion function is called in the parent process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • SysAid multi-layered ITSM solution Icon
    SysAid multi-layered ITSM solution

    For organizations spanning all industries and sizes from SMBs to Fortune 500 corporations

    SysAid is an ITSM, Service Desk and Help Desk software solution that integrates all of the essential IT tools into one product. Its rich set of features include a powerful Help Desk, IT Asset Management, and other easy-to-use tools for analyzing and optimizing IT performance.
  • 10
    spacedish
    Spacedish is a simple game written in pygame.In this moment is in really,really early pre-alpha.I'm aware of bugs in this game but note that it's unfinished. CONTROLS:up and down arrow key avoid blocks!!!!!!!! INSTALL:right click on zipfile /extract all go to extracted folder and click spacedish coming soon:points,installer,levels,main menu,other opponents IF YOU ARE DOWNLOADING THIS JUST TO PLAY GAME DOWNLOAD spacedish_0.3.zip AND NOT spacedish_0.3.py (this is for programmers to see how game...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Technical indicators in Python

    Technical indicators in Python

    Technical indicators in Python For now there are: RSI - Relative Strength Index, SMA - Simple Moving Average, WMA - Weighted Moving Average, EMA - Exponential Moving Average, BB - Bollinger Bands, Bollinger Bandwidth, %B, ROC and MA envelopes When I can I will add more. If anyone wishes to contribute with new code or corrections/suggestions, feel free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Gnats.py

    GNATS database communication interface classes for Python

    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Robot Framework VirtualBox Library

    This library provides support for VirtualBox.

    This library provides support for VirtualBox. In this version I have developed basic functionality: - Creating and setting virtual machine (memory, ACPI mode, first boot device, OS type, controller type, network) - Creating HDD - Attaching HDD and other storage - Exporting VM - Importing VM - Starting / Stoping VM - Deleting VM - Setting VRAM - Setting Snapshot Folder - Taking / Restoring Snapshots - Setting USB / USB2.0 - Taking Screenshots Author: Dawid Meyer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ABPlayerHTML5-Py-nix

    ABPlayerHTML5-Py-nix

    A HTML5 solution of comment(danmaku) playing on *nix.

    A HTML5 solution of comment(danmaku) playing on *nix. Based on ABPlayerHTML5.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    PyChat

    A simple Server-Client Chat

    A py-interpreter chatapp for the python server-client of localhost machine/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    XOR encrypt v2.0

    XOR encrypt v2.0

    Encrypt Your Text documents with XOR encryption

    This software provides an easy graphical way to encrypt your text documents from source code , text files ,scripts even jpeg files .It is a enhanced version of my earlier project https://sourceforge.net/p/xorencrypt which used win32 GUI . This is a demonstration of working of XOR encryption which was used by Germans in World War II (http://en.wikipedia.org/wiki/Lorenz_cipher) . Besides from XOR'ing the message with password after every encryption the key changes pseudorandomly. The...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    FFPlayer

    Fastest Video player Build Using FFPLAY and FFMPEG Multi-Media Library

    Fastest Video player Build Using FFPLAY and FFMPEG Multi-Media Library with Python and Very easy to Control from KeyBoard and runs very fast as ffplay runs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    TODOs

    TODOs

    Search TODO, FIXME and similar comments in project files.

    TODOs is a small command-line utility to search TODO, FIXME and similar comments in project files. It is written in Python 3 and licensed under the terms of GNU GPL 3 license. Supported output formats are TXT, HTML and XML.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19

    py-astro

    An astronomical library.

    Python package for calculation right ascension, declination, and distance for solar system planets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    FFPVS

    Flying Fast Python Virus Scanner

    ...: You must have Python 2.7.6 installed in order to run this software. In order to run it, go to a command prompt in Windows or open a Terminal in Mac or Linux and type 'python ffpvs' to run it. WARNING: This is NOT a real virus scanner and please do not use it as such. It is meant for pranking/trolling ONLY. I claim NO LIABILITY for stolen passwords/hacking gathered using this tool. TROUBLESHOOTING: Saving it as a .py file might help, also, make sure you have Python 2.7.6 installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Py Forensic

    Análisis forénsico, entorno unificado y extracción de datos

    Plataforma de recolección de información que se desarrolla mediante la programación de pequeños módulos independientes. Dichos scripts llevan a cabo las tareas forénsicas que habitualmente reservamos a otras aplicaciones. La instalación en Windows es muy sencilla (ver instrucciones en la descarga). En otras plataformas (Mac y GNU/Linux) se complica.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    a py project that want to be a all in one ide tools to create a web project with no work of coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A phase diagram class in Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    py-collectd-csv

    A python module and scripts for fetching specific CollectD CSV data.

    CollectD-CSV is a small project providing utilities for analyzing CollectD CSV data locally. CollectD_CSV module provides functions for fetching data with a specified time interval and regular expressions matching the end of the path without the datestamp. The fetched data can be saved into files or returned as a list. fetchCSV.py script can be used to fetch the data matching the given parameters and save to files in a specified directory. monitorCSV.py script calculates the minimum,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    pyTRAX

    ODEs solver with GUI

    This small program named TRAX is capable of solving systems of ordinary differential equations and plotting the solution on a phase plane as well as function of time. The program is intended for educational purposes. The program runs on any Python-enabled platform, including GNU/Linux and MS\Windows OSs. To run the program you will need a python interpreter ver. 2.x and compatible versions of numpy, scipy and matplotlib libraries. See screenshot for usage reference.
    Downloads: 0 This Week
    Last Update:
    See Project