Showing 4452 open source projects for "python user interface"

View related business solutions
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 1
    netcfgtooltelnet

    netcfgtooltelnet

    Python script for pushing the same configuration on multiple devices.

    Python script for pushing the same configuration (stored in a predefined file) on multiple devices at the same time via Telnet. The script reads the IPs of the devices from the NETWORK_IP file and sends the commands you enter in the CMD_FILE file to all the devices. Telnet username/password parameters are configured within the script. This feature can be further customized to prompt the user for them or read them from a file. The script also checks if all the needed files exist, if all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    subnetcalculator

    subnetcalculator

    Basic subnet calculator written in Python.

    Based on the IP address and subnet mask input from the user, the following values are calculated: #1. Network address #2. Broadcast address #3. Number of valid hosts #4. Wildcard mask #5. Number of mask bits (CIDR notation) #6. Random IP addresses from the subnet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    netcfgtoolssh

    netcfgtoolssh

    Python script for pushing the same configuration on multiple devices.

    Python script for pushing the same configuration (stored in a predefined file) on multiple devices at the same time via SSHv2. The script reads the IPs of the devices from the NETWORK_IP file, then gets the SSHv2/Telnet credentials from the SSH_USERPASS file and sends the commands you enter in the CMD_FILE file to all the devices. The script also checks if all the needed files exist, if all the IP addresses are valid and if all the devices are reachable. Tools used: Python 2.7.3...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    taprouter

    a virtual TAP router for virtual machines and alike

    taprouter is a tool that makes it possible to use SLIRP connectivity over a virtual L2 TAP interface. It allows you to get internet connectivity from within any TAP interface. The main use case is to provide networking to virtual machines or alike (I specifically wrote taprouter to make networking in DOSemu much easier, but it might have other interesting usage, too). taprouter comes with its library companion - librouter, that provides the api for usermode networking (and could as well...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 5
    dhcpclientsimulator

    dhcpclientsimulator

    Both a DHCP client simulator and a DHCP attack tool.

    #DHCP Client Simulator For the DHCP client simulator mode, assuming there is an active DHCP server on the network, the user can choose to simulate any number of DHCP clients. All DHCP leases obtained from the server are saved in the DHCP_Leases.txt file, which is automatically generated by the program. The user can also release the leases received from the server, either one by one (by IP address) or all of them at once. After releasing all the addresses, the DHCP_Leases.txt file is also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ospfdiscoverysnmp

    ospfdiscoverysnmp

    OSPF network discovery script via SNMP.

    ... between his PC and the router into the OSPF process, so he has IP connectivity to all other OSPF nodes. After providing necessary info and the OSPF info is gathered, the user has three choices: display the OSPF routers info on the screen, export the data to a file for Excel importing and generate the OSPF topology showing neighborships, router IDs and neighbor IPs. Tools used for coding and testing: Python 2.7.3, PySNMP, GNS3, Linux. Tested on Cisco 2621, 2691, 3660.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    netmonsql

    netmonsql

    Network performance monitoring and logging script for Cisco devices.

    NetMon_Cisco_to_SQL.py is a basic network performance monitoring and logging script for Cisco devices. It gathers parameters (CPU Utilization, Used Processor Memory, Used IO Memory, UP Ethernet Interfaces density, in percent velues) from Cisco routers by parsing command outputs and exports them to a MySQL database. NetMon_Query.py is a query script for the MySQL database in the form of an interactive menu for generating statistics. Tools used for coding and testing: Python 2.7.3, MySQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AVR HV Programmer

    AVR HV Programmer

    High voltage parallel programmer for AVR microcontrollers.

    AVR-HV is high voltage parallel programmer for Atmel AVR series microcontrollers. AVR-HV allows programming, reading, verifying and configuring AVR microcontrollers with its high voltage programming interface and it connected with PC using USB interface.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9

    Pi-Heating

    Central heating controller for Raspberry Pi (hardware + software)

    This is a working replacement for a central heating 'programmer' in a system with a 3-way valve switching hot water between hot water/central heating/both. Software written in Python. PCB layouts are included, and code for the raspberry pi which controls the heating via a web front-end. The project replaces the "junction box" that connects boiler, programmer, pump, motorised valve, and thermostats together and makes most of these software accessible. The Raspberry Pi is connected...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10

    stakka_klm

    Kernel module to manage Disc Stakka Units

    Kernel Loadable Module to interface with the Disc Stakka units. Other devices to be implemented if/when I can get my hands on them. Objective is to separate the user application from the tedious management of the device (eg. constant polling to prevent their reset function, USB interaction requirements). A /dev device is created per chain through which applications can read/write status and commands. A command-line tool is included to assist with testing and to illustrate the /dev...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Automatron

    Automatron

    auto mouse click and keyboard press for MS Windows

    Automate mouse actions and keyboard presses on MS Windows. Simulate mouse clicks with either left/right buttons. Simulate key presses (up to 3 at a time). Can be used for e.g.: - auto invite all friends to event (facebook) - automate windows applications - ... More videos: https://www.youtube.com/watch?v=qBAUuLH3dZI Website: www.setimasoft.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A HID interface component for LinuxCNC/EMC. HID is USB speak for Human Interface Device, that is, input/output USB devices such as joysticks, gamepads, CNC pendants. This component was built to support devices that weren't handled by stock LinuxCNC/EMC components.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Firmware for Cypress' EZ-USB (AN2131) device that lets you use keyboards, mice etc. as USB compliant Human Interface Devices.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Mad Dog Backup System
    Mad Dog Backup is a simple manual backup system. The software allows authenticated users to submit and retrieve files to and from a backup system via a Web browser. The official source repository is located at https://github.com/textbrowser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tkined/Scotty

    Tkined/Scotty

    Tkined/Scotty is a graphical network monitoring package

    This is Tkined/Scotty, A small footprint, easy too use, graphical and command line network management tool. It can be used for: * Monitoring and warning of failures of reachability in network attached devices * Monitoring disk usage/cpu utilization/network utilization of configured devices * Receiving alerts of equipment failures from configured devices * Recording alerts, response times, etc into a database ### More complex tasks * send and receive custom ICMP packets * query...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    BlueGate HotSpot

    BlueGate HotSpot

    BlueGate HotSpot is a hotspot software

    ... and quickly. Main Features: +Share any type of Internet Connection (LAN,Ethernet,3G/4G,Wifi,etc) +WPA2 AES Encryption +Extends your Router's range & Acts as a repeater +View clients connected (Device name, Ip Address, Mac Address) +Avoid Overcharges for Costly Connections +Support Windows 7/8/8.1 (Support for Windows 10 soon) +User Friendly & Light Weight +Leaves nothing behind (Virtual adapter is cleared when hotspot is stopped) +Written in Python :))
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Copy_Plus

    Copy_Plus

    Reduces Errors in mass selective copying.

    Now you no longer need to keep holding ctrl button to copy specific files. This app helps you copy a number of files, folders or text from a large unorganised group to anywhere in your computer at just a click of button. This for reducing errors in large selective copying. Let's say you went on a trip and have large number of photos. You need to select a all photos with you in it How will you do it? Typical solution is to hold the CTRL button and select the photos, but with this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SeriCom - .NET Serial Communicator

    This .NET Program allows easy communication with serial devices.

    This .NET Program allows easy communication with serial devices, using the .NET 4 framework and open source. It provides a half-console easy-to-learn interface, and does not require any major resources at all!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Luba Filewatcher

    Luba Filewatcher

    Monitors directories for changes, executing a user-defined application

    Monitors directories / folders for changes in the containing files. Executing a user-defined application with variable command line parameters and displaying a user defined notification message. It is useful especially to programmers who need to track down modifications within their project during the development process. It is easy to configure and user interface expose a detailed overview.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Bridge Linux

    Bridge Linux

    Arch Linux made easy.

    Bridge Linux is an Arch derivative that includes a GUI and standard applications. It intends to stick with an Arch base and will not fork.
    Downloads: 42 This Week
    Last Update:
    See Project
  • 21

    Quadcontrol

    Quadcopter Remote Control by RaspberryPi

    An application to control remotely a Quadcopter throught a Raspberry Pi. The goal is to be able to command and view what is in front of the quadcopter with a camera. This is allready working using a python Webserver and streaming video from Raspberry Camera. You can play also without camera support from command line with remote access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    EasyRepo

    Offline DVDs software repository builder for Ubuntu and derivatives

    Easy Repo is a GUI tool for create APT repository on DVD disks for your Debian/Ubuntu system. It can be usefull to use Ubuntu Software Center without an internet connectivity. Program is written in python/GTK+ and considered to be portable to win/mac as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    qtmib

    SNMP MIB Browser for Linux platforms

    qtmib is an easy-to-use SNMP MIB Browser based on QT4 library. It is build as a front-end for net-snmp tools, and it allows the user to query any SNMP enabled device. It supports SNMPv1 and SNMPv2c. qtmib is released under GPL v2 license.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    A Disk Scheduling Simulator tool. With an intuitive GUI interface and command line functionality. Built using both VC and VB. Currently supports SSTF,LOOK,CLOOK,SCAN and CSCAN algorithms. Rotational latency is also optionally supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JavaMacBuntu

    JavaMacBuntu

    Plug and play linux OS with macintosh design

    Javamacbuntu is a much many feature of linux based on 10.10 maverick meerkat. This operating sytem its plug and play linux OS with macintosh design where we can boot without installing this operating system. Remember, its totally FREE Download Link Here : http://content.wuala.com/contents/javanesse/javamacbuntu/JVMB-i686rev1.3.iso?dl=1 If You want to donate me, here my donating page http://www.supportunicef.org/site/c.dvKUI9OWInJ6H/b.7549291/k.BDF0/Home.htm
    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.