Search Results for "notepad++ python script" - Page 8

Showing 748 open source projects for "notepad++ 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
  • 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
  • 1

    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
  • 2
    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
  • 3

    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
  • 4
    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
  • 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
  • 5
    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
  • 6

    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
  • 7
    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: 107 This Week
    Last Update:
    See Project
  • 8
    mazeman

    mazeman

    A scriptable 2d randomizable maze game

    Mazeman is an original puzzle game, somewhat like "chip's challenge" except it can generate new randomized puzzles from a carefully balanced array of elements. The objective is to find the gems amongst the other dynamic maze elements. A very terse and powerful scripting language and an integrated script debugger enable users to generate their own maze designs. Maze is a mesmerizing addictive and fascinating puzzle with a deceptively simple premise. Scripts allow new players to acquire...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    MARVIN

    The Multifaceted Automated Response Virtual Intelligence Network

    MARVIN is a collection of scripts designed for intuitive automation. Check out the Wiki! MINION for Windows added: Very basic functionality Updated for 1.0: Python 3.0 support Improved install.sh script Includes ability to install chore packages
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    rest-dev-vnc-docker

    rest-dev-vnc-docker

    Restful / SOAP API Development with common tools in VNC/noVNC Docker

    The idea is to use Docker with VNC/noVNC to aggregate all the needed and related Developments tools/IDEs within a single Docker as an agile way to stand up specific collections of tools quick within a Container quick computing needs. REST Development (this GIT) to cover end-to-end needs from JSON/XML, REST connection, Swagger, MongoDB, Test, etc. The use-cases of this kind of VNC/noVNC docker container is just limited by your imaginations and your device or network limitations. Virtually...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ChainerCV

    ChainerCV

    ChainerCV: a Library for Deep Learning in Computer Vision

    ChainerCV is a collection of tools to train and run neural networks for computer vision tasks using Chainer. In ChainerCV, we define the object detection task as a problem of, given an image, bounding box-based localization and categorization of objects. Bounding boxes in an image are represented as a two-dimensional array of shape (R,4), where R is the number of bounding boxes and the second axis corresponds to the coordinates of bounding boxes. ChainerCV supports dataset loaders, which can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FMake
    FMake is a Python script designed to automate the process of compiling programs with many modules. It can be used as an alternative to GNU Make or CMake. https://filipechagasdev.github.io/fmake/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    cntnr

    cntnr

    CLI wrapper for basic container (Docker/libpod) management tasks

    CLI wrapper for basic container (Docker/libpod) management tasks. This is a Python wrapper script to simplify specific tasks in a container environment. It is designed to work with your container runtime of choice (currently podman and docker). A CLI menu makes these selections possible. This project was created for a lab assignment in NSSA-244 Virtualization at the Rochester Institute of Technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TradingView Chart Data Extractor

    TradingView Chart Data Extractor

    Extract price and indicator data from TradingView charts

    Ensure that you zoom/pan such that the oldest date you desire is visible on TradingView before publishing the chart. Too many indicators or too low a time resolution will increase the data points and potentially overload the free server. Avoid this by hosting/running the script on your local machine or scraping multiple times with fewer indicators and manually combining the CSV afterward. Simply append the URL of a chart/idea published on TradingView to the link below. This is not the URL...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    automl-gs

    automl-gs

    Provide an input CSV and a target field to predict, generate a model

    Give an input CSV file and a target field you want to predict to automl-gs, and get a trained high-performing machine learning or deep learning model plus native Python code pipelines allowing you to integrate that model into any prediction workflow. No black box: you can see exactly how the data is processed, and how the model is constructed, and you can make tweaks as necessary. automl-gs is an AutoML tool which, unlike Microsoft's NNI, Uber's Ludwig, and TPOT, offers a zero code/model...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    bristoSOFT Contacts

    bristoSOFT Contacts

    bristoSOFT Contacts is group oriented contact management software.

    bristoSOFT Contacts is a group oriented contact management software application written in Python, PyQt and PostgreSQL based on MVC software architecture. All contacts include email, telephone, address, title, name, company and also include notes, files, integrated google maps, activities such as phone calls, appointments, messaging, calendar. Contacts is a novel project with cutting edge technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    IntelliSubDownloader

    A python script that downloads subtitles from "yifysubtitles.com" .

    # IntelliSubDownloader A python script that downloads subtitles from "yifysubtitles.com" and renames the subtitles same as that of the movie . Multiple files are not supported so there should be only one video file in the directory . Please give suggestions to improve the script . 1. Put the python script inside movie folder which contains only one video file . 2. Then open the python script (or run the batch file) and type the movie name without any alphanumeric characters . 3. Confirm...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PDF Merge and Edit

    PDF Merge and Edit

    Python script to merge and edit sensitive PDF files

    Python script to merge and edit sensitive PDF files you don't want to upload to random sites you find on Google. Merge PDFs by adding one to another. Update a single page in a PDF (good for adding a signed page to a form) Insert a page into an existing PDF. Delete a page. Click on one of the buttons and a new window will pop up depending on the function. Pick your files and enter in the data. If there are no problems, a confirmation will pop up.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    brother_ql

    brother_ql

    Python package for raster language protocol of the Brother QL series

    A Python package to control Brother QL label printers. It implements the raster language of those printers and allows you to send instruction files to your printer. In more details, the following is possible with this package. Create raster language files for the Brother label printers. They can be created from image files or programmatically in your own Python script. Print raster instruction files with your Brother label printer via different backends pyusb (works cross-platform) network...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Receive sms python
    Receive sms with python online script. Python virtual mobile number sms api. You can use this code for SMS verification (facebook, telegram, google, whatsapp) or second (fake number) on your PC. Number API provider: https://www.proovl.com Receive SMS with Python (Proovl + Flask + Ngrok) Open account with Proovl. Install Flask and Ngrok. 1. Download receivesms.zip (3 files - app.py , db for messages and html file.) 2. Unzip to Documents, open Terminal and type: cd ~/documents/receivesms 3...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Python bulk sms api
    Python bulk sms with SMS Gateway Proovl connection. Simple Bulk SMS script for sms sending from computer. Simple Python script for Bulk SMS with API and virtual number. Python standard library. Python SMS bomber or spoof Script is free, bulk SMS Api connection paid. script works with Python 3 /ssl, parse, request/ ( file sendsms bulksms3.py.zip) for Python 2 version, you can download (file sendsms bulksms2.py.zip) Files: https://sourceforge.net/projects/python-bulk-sms-api/files...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    PythonQt

    Dynamic Python binding for Qt Applications

    NOTE: PythonQt has been moved to https://github.com/MeVisLab/pythonqt PythonQt is a dynamic and lightweight script binding of the Qt framework to the Python language. It can be easily embedded into Qt applications and makes any QObject derived object scriptable via Python without the need of wrapper code generation.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 23

    AF200

    GUI Control for Automated Flagger using RasPi 3

    UI fundamentals written in LiveCode with Python examples and other for I/O manipulations and ADC integration
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    python send sms free script
    Python send sms free script with SMS gateway Proovl API connection. Simple script code for sms sending from computer. Simple Python script for SMS text messages sending with API and virtual number. Python standard library. Script is free, Api connection paid. script works with Python 3 /ssl, parse, request/ ( file sendsms python3.zip) for Python 2 version, you can download (file sendsms python2.zip) Instruction: Download script, Change ******* to Proovl https://www.proovl.com token...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25

    RapidEXE

    Script to EXE converter - for PHP, Python and more

    RapidEXE is a simple and efficient way to convert your script to a standalone executable. You can create command line tools with all the power of modern scripting languages and share it with others, even if they don't have the runtime environment. In a classic way, RapidEXE is not a compiler. It's merely a packer that makes your exe carry the language with itself and silently unpack it whenever needed. But you won't even notice that. Your exe will run fast and leave virtually no traces...
    Downloads: 9 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.