Showing 727 open source projects for "python script"

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
  • 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
  • 1
    VENOM C2 shellcode

    VENOM C2 shellcode

    C2 shellcode generator/compiler/handler

    The script will use msfvenom (metasploit) to generate shellcode in different formats ( C# | python | ruby | dll | msi | hta-psh | doc | apk | macho | elf | deb | mp4 | etc ) injects the shellcode generated into one template (example: python) "the python function will execute the shellcode into ram" and uses compilers like gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file. It also starts a handler to receive the remote connection (shell or meterpreter) venom 1.0.11...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    Technology Currency

    Python script driven execution of Jaspersoft Studio reports

    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    EEPROM_editor

    EEPROM programmer for the SST39SF040 chip.

    This is a single purpose programmer for a 4MB EEPROM chip which is intended to be used as a universal logic device in a state machine. This fills the gap between circuits that are too complex for discrete logic gates while also not being suitable for Arduino type control. FPGAs are suitable for these applications, but the learning curve is steep, the tools are complex and for small one off projects, not worth the effort. An Arduino Nano will be used as an interposer between a Python script...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    arxiv-collector

    arxiv-collector

    Little Python script to collect LaTeX sources for upload to the arXiv

    A little Python script to collect LaTeX sources for upload to the arXiv. Install with pip install arxiv-collector or conda install -c conda-forge arxiv-collector, or just download arxiv_collector.py, it's a stand-alone script with no dependencies. Works with any reasonable version of Python 3, or 2.7 if you really must.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 5

    Precision_trimmer

    Precision resistance value trim circuit using standard parts.

    By using standard precision resistors in parallel and series with standard 1, 2, 5 multiple potentiometers, a precision, narrow range resistance trimmer can be created. Fixed resistors are more stable than potentiometers and the circuit reduces the effects of the potentiometer while also determining a precise range. For convenience, a Python script is used to assist in part selection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Space Grotesk

    Space Grotesk

    Space Grotesk: a proportional variant of the original fixed-width

    Space Grotesk is a proportional sans-serif typeface variant based on Colophon Foundry's fixed-width Space Mono family (2016). Originally designed by Florian Karsten in 2018, Space Grotesk retains the monospace's idiosyncratic details while optimizing for improved readability at non-display sizes. Family is built using fontmake and gftools post-processing script. Tools are all python based. Space Grotesk is licensed under the SIL Open Font License v1.1, see OFL.txt for details.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    PyBitBanger

    Python controlled hardware.

    With the demise of the parallel port, a simple way for a Python script to control external hardware has disappeared. The goal of this project is to use relatively simple hardware like an Arduino Nano and the Microchip MCP23S17 port expander as an extensible bit banger. Ideally, all hardware should be leaded and breadboard friendly for easy project prototyping. The ELEGOO Nano is used as an USB RS232 to SPI controller to control the port expander. This fits nicely on a breadboard and has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    IPFS Publish

    IPFS Publish

    Continuous Delivery of static websites to IPFS

    This is a tool that aims to enable the automatic publishing of static webpages from Git repositories into IPFS. It consists of two parts: a small web server and management CLI. Web server exposes an endpoint that you use as your Git's webhook. When the hook is invoked, it clones your repo, build it (if needed), add it to the IPFS node (pin it if configured) and publish the new IPFS address under configured IPNS name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ... data through a python command line Indesol project sample: http://www.indeso.web.id/indeso_wp/index.php/faq/30-6-how-to-write-and-run-the-script-to-download-indeso-met-ocean-data
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 10
    Zipline

    Zipline

    Zipline, a Pythonic algorithmic trading library

    Zipline is a Pythonic algorithmic trading library. It is an event-driven system for backtesting. Zipline is currently used in production as the backtesting and live-trading engine powering Quantopian -- a free, community-centered, hosted platform for building and executing trading strategies. Quantopian also offers a fully managed service for professionals that includes Zipline, Alphalens, Pyfolio, FactSet data, and more. Installing Zipline is slightly more involved than the average Python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Age and Gender Estimation

    Age and Gender Estimation

    Keras implementation of a CNN network for age and gender estimation

    Keras implementation of a CNN network for age and gender estimation. This is a Keras implementation of a CNN for estimating age and gender from a face image [1, 2]. In training, the IMDB-WIKI dataset is used. Because the face images in the UTKFace dataset is tightly cropped (there is no margin around the face region), faces should also be cropped in demo.py if weights trained by the UTKFace dataset is used. Please set the margin argument to 0 for tight cropping. You can evaluate a trained...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12
    Spaceship Generator

    Spaceship Generator

    A Blender script to procedurally generate 3D spaceships

    A Blender script to procedurally generate 3D spaceships from a random seed. Install Blender 2.80 or greater. Download newest add_mesh_SpaceshipGenerator.zip from the Releases section. Under Edit, Preferences, Add-ons, Install, open the downloaded ZIP file. Under Edit, Preferences, Add-ons enable the "Add Mesh Spaceship Generator" script (search for "spaceship"). Add a spaceship in the 3D View under Add, Mesh, Spaceship. Expand the Spaceship tab that appears in the bottom left of the viewport...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    AntiAFK

    AntiAFK

    Prevents being kicked due to inactivity from most games

    A lightweight and basic script, that prevents being kicked due to inactivity from most games.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    SageMaker Containers

    SageMaker Containers

    Create SageMaker-compatible Docker containers

    Amazon SageMaker is a fully managed service for data science and machine learning (ML) workflows. You can use Amazon SageMaker to simplify the process of building, training, and deploying ML models. To train a model, you can include your training script and dependencies in a Docker container that runs your training code. A container provides an effectively isolated environment, ensuring a consistent runtime and reliable training process. The SageMaker Training Toolkit can be easily added to any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tensor2Tensor

    Tensor2Tensor

    Library of deep learning models and datasets

    Deep Learning (DL) has enabled the rapid advancement of many useful technologies, such as machine translation, speech recognition and object detection. In the research community, one can find code open-sourced by the authors to help in replicating their results and further advancing deep learning. However, most of these DL systems use unique setups that require significant engineering effort and may only work for a specific problem or architecture, making it hard to run new experiments and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Multiple Email Sender

    Multiple Email Sender

    This is a Python-based script Send the mail by multiple people

    Download Winrar File Extract the WinRAR and sender.exe with cmd login your GMAIL Account This Script only support Gmail API After Login the Gmail Account : Add the Email list in Emaillist.xlsx Write Subject and Message and Press Enter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Moritz

    Moritz

    transfer xml into specific text-formats (html, dot, source-code, ...)

    Moritz is an "addon" to the well known tool doxygen. It generates nassi shneiderman diagramms of functions and methods in a c/c++ source as html-files, which could be included in a software-dokumentaion or simple whached by using a html-browser.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 18

    tootbot.py

    A small python 3.x script to replicate tweets on a mastodon account

    TootBot A small python 3.x script to replicate tweets on a mastodon account, including links and images. Forked from https://github.com/cquest/tootbot Specialized in RSS feed, in particular from Nitter (https://nitter.net - https://github.com/zedeus/nitter) It gets the tweets from RSS available at https://nitter.net, then does some cleanup on the content: twitter tracking links (t.co) are dereferenced twitter hosted pictures are retrieved and uploaded to mastodon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Godaddy DNS IP

    Python Godaddy DNS IP change

    This script will allow anyone who had their domain registered with Godaddy to change all the DNS IP. The use of this is to automatically check the current IP, and if changed, update the Godaddy DNS for them. The script can be run any amount of times
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Hercules

    Hercules

    Gaining advanced insights from Git repository history

    Fast, insightful and highly customizable Git history analysis. Hercules is an amazingly fast and highly customizable Git repository analysis engine written in Go. Batteries are included. Powered by go-git. There are two command-line tools: hercules and labours. The first is a program written in Go that takes a Git repository and executes a Directed Acyclic Graph (DAG) of analysis tasks over the full commit history. The second is a Python script that shows some predefined plots over...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Network Manager Control

    A network manager control for OpenBSD

    Nmctl a small python script that allow you to manage your network connections on an OpenBSD machine. Typically you can switch, in one click, from a wifi, to cable, to an another wifi, .... You can even ask nmctl to establish automatically the most approprate connection for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BotSlayer

    BotSlayer

    BotSlayer Community Edition

    BotSlayer is an application that helps track and detect potential manipulation of information spreading on Twitter. The tool is developed by the Observatory on Social Media at Indiana University --- the same lab that brought to you Botometer and Hoaxy. BotSlayer is not a tool to detect and remove likely social bots from your list of Twitter followers or friends. For that purpose, check out Botometer. If you just want to visualize the spread of some piece of information, consider Hoaxy....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    GPT-2 FR

    GPT-2 FR

    GPT-2 French demo | Démo française de GPT-2

    OpenAI GPT-2 model trained on four different datasets in French. Books in French, French film scripts, reports of parliamentary debates, Tweet by Emmanuel Macron, allowing to generate text. Tensorflow and gpt-2-simple are required in order to fine-tune GPT-2. Create an environment then install the two packages pip install tensorflow==1.14 gpt-2-simple. A script and a notebook are available in the src folder to fine-tune GPT-2 on your own datasets. The output of each workout, i.e. the folder...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Instagram Image Download

    Instagram Image downloader

    Playing with python and automating is always fun, here is a python script that lets you download your favorite pictures from Instagram. Steps to use: Step 1: Login to your Instagram with your credentials. Step 2: Browse for the picture you want to download. Step 3: Open the page to which the particular image belongs to and then from their post click on the image to view it. Step 4: When the image is expanded copy the link at the top of your browser. Step 5: Open this application...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Web Security Dojo

    Web Security Dojo

    Virtual training environment to learn web app ethical hacking.

    Web Security Dojo is a virtual machine that provides the tools, targets, and documentation to learn and practice web application security testing. A preconfigured, stand-alone training environment ideal for classroom and conferences. No Internet required to use. Ideal for those interested in getting hands-on practice for ethical hacking, penetration testing, bug bounties, and capture the flag (CTF). A single OVA file will import into VirtualBox and VMware. There is also an Ansible script...
    Leader badge
    Downloads: 109 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.