Search Results for "python script notepad" - Page 14

Showing 716 open source projects for "python script notepad"

View related business solutions
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 1
    A python script that uses wxwidgets. View or edit delimited data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    openfablab

    openfablab

    Open Source FabLab Project

    Software script assembly to be executed on cnc machines and robots to build, maintain and replicate open source fablab. Here software meets hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    download-tatort-videostream

    download Tatort crime movie stream from ARD's Mediathek

    Python script that downloads the latest Tatort from ARD's Mediathek website
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    cuckoo2mist

    Malware Instruction Set

    The Malware Instruction Set (MIST) is a representation for monitored behavior of malicious software. The representation is optimized for effective and efficient analysis of behavior using data mining and machine learn- ing techniques. It can be obtained automatically during analysis of malware with a behavior monitoring tool or by converting existing behavior reports. The representation is not restricted to a particular monitoring tool and thus can also be used as a meta language to unify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    convertToMP4

    Easily convert to MP4 with H264 and without all the codec hassle

    Convert existing media data (movies or images) to an mp4 movie, with the high performane h264 codec. Usually it takes quite a lot to get the video running as you wish. As convertion engine, Mencoder will be used. This script is intended to ease the creation of videos. It is suitable for the beginner or the lazy advanced people. It will not suite the professional wanting to have full control over all codec parameters. Consider donating to this project:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Mi-perf

    Miperf is an automated enhancement of iperf tool

    iperf is a tool that can create TCP&UDP data streams and measure the throughput of a network that is carrying them. basically to do this iperf testing, we need 2 machines to act as server and client. we run a command -s in server side and then launch a client connection to a server by typing a command -c in client side. before that we need to enter the webgui of the wifi AP to do some configurations such as, change the frequency mode and channel. so we need to repeat the same process/steps...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    lautodesk

    Script que genera los lanzadores en el escritorio de los usuarios de L

    lautodesk Es un script hecho en python que genera los accesos directos de los usuarios de un entrono corporativo desde la configuración almacenada en LDAP. Nos ha servido mucho para simplificar la administración de los usuarios y el acceso a los sistemas informáticos en las implementaciones siguientes : *http://www.ltsp.org/stories/viewstory/?story_id=320&secret=2102bc http://www.ltsp.org/stories/viewstory/?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    lgetltscfg

    Configuracion de puestos LTSP desde LDAP

    Es un script escrito en python que genera el archivo /etc/lts.conf del cliente en el stock de LTSP desde la configuración almacenada en LDAP. Hay que reemplazar el archivo original por un link a un archivo en la ramdrive del cliente. Funciona muy bien y esta en producción con muchos puestos en estas implementaciones : http://www.ltsp.org/stories/viewstory/?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    GPSMovieGenerator

    Create videos from image and video data linked with GPS tracks

    ...v=O_IiXrOfFCw&hd=1 To hard to use this script or don't know about linux/python etc ? get in touch with me for RENDERING YOUR VIDEO Consider donating to this project: https://sourceforge.net/projects/gpsmoviegenerator/donate
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    Marcus's Linux Launcher Maker

    A Quick Way to Generate .desktop Launchers for Linux

    This tool simplifies the task of generating valid .desktop files for your Unix system to effectively create desktop shortcuts that allow you to actually launch a script by simply double clicking an icon on your desktop. I created it so I could make shortcuts to scripts I had written to launch my games instead of having to open the terminal and manually launch my scripts every time I wanted to play a game. If you'd like to donate there's several ways to do so: PayPal:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    corunner

    A utility to transport files and execute at remote in prarallel

    Are you maitaining many machines and bored with the tedious operation of logging to those machines one by one just for checking the machine's status? Or are you losing patient for your simple script that have to run command in those machines in sequence? The corunner is just for those senarios. It's designed to speed up execution in your machines. It can executes command in handreds of or thousands of machines concurrently. Provide it with your files and command and the machines' location,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A Notepad++ plugin to make plugins in Python (using Python Scripting plugin). A small DLL is used to register the plugin and load a configuration file which specifies Python functions to call when menu items are selected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PyCodebug

    Python script coding editor that debugs as you write

    Usually, coding a script involves writing the code and either debugging or running it several times, examining variables or output and fixing the code until the desired effect is achieved. With PyCodebug, you get to see the effects of the code during coding, which greatly reduces the time needed to write a script. ================================== Demo Video: http://youtu.be/a6nFo4y3kzo ================================== Requires: Python 2.7x PySide
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Python Mouseless

    Software that tracks a green triangle to replace the mouse.

    This is a python script witch replaces the mouse by tracking a green triagle. It uses SimpleCV for the tracking and pyMouse for the mouse movment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    SauceWalk Proxy Helper

    Enumeration and automation of file discovery for your sec tools.

    SauceWalk is a freeware(.exe)/Open Source(.py) tool for aiding in the enumeration of web application structure. It consists of 2 parts a local executable (walk.exe) and a remote agent. Walk.exe iterates through the local files and folders of your target web application (for example a local copy of Wordpress) and generates requests via your favourite proxy (for example burp suite) against a given target url. The remote agent can be used to identify target files and folders on a live...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    IRSec Admin Page Finder By Amir HIjack

    IRSec Admin Page Finder By Amir HIjack

    Very good admin page finder.

    Hello world, This script is written in Python for Linux (Back Track) by Amir HIJACK. this is very good admin page finder if u don't find admin page please contact me to help you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    scrimage

    scrimage

    A unique python-based image editor

    A unique python-based image editor with low-level control. It will be able to apply fairly complex mathematical operations to individual pixels based on the contents of a script or user input at a command line. It will then be able to apply those changes to the image for a unique effect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    pysub-dl

    Script to download movie subtitles automatically

    ...Installation: Now it is a stable release so if you want to install it in your system you can do it else try it in a virtual environment. To install it in yur system it requires su access. To install the script do this Option 1 : Install via pip :: $ sudo pip install pysub-dl Option 2 : If you have downloaded the source $ sudo python setup.py install Do not forget to upgrade it after a week interval I am modifying so many things very frequently :: $ sudo pip install pysub-dl --upgrade 2. How to use: Use it like: pysub-dl [moviename] [language] For help :: $ pysub-dl --help General usage :: $ pysub-dl iron-man english One request: Do not use space in the movie name, **Use '-'(hyphen) instead of ' '(white space)**. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    webcammy

    A small command-line program for grabbing frames from cameras/webcams.

    A small command-line program for grabbing single or multiple images from cameras and webcams. In essence, it is a python script which requires python 2.7 and the packages opencv. Program parameters can be controled via commandline arguments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    removeNULLbytes

    strip a binary file of null bytes.

    ...removeNULLbytes was made to solve this problem. It will read a master list line by line, remove any NULL bytes, and then write the result into a second file. It treats all files as binary. This is a simple python script. So simple in fact, that anybody with half an inkling can string together a working approximation with a few minutes on stackoverflow.com. However, if you're as lazy as I am, you'll look for a script already written to do the job for you. This is that script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Enigmatic CGI pastebin
    Simple CGI script which allows you to transfer sensitive ascii data (passwords, hashes, pem keys) via HTTPS. SSL MUST BE implemented by webserver. Algorithm: - Paste new data into textarea, submit. You get link Link consists of three md5 hashes from salt. File, containing your data, named that way. So, it is hard to bruteforce links/files. - Whenever link being opened, script reads file and prints its content into brower in text/plain content-type. Afterthat, script removes file. So...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SDEdumper

    SDEdumper

    Copy multiples feature classes in ArcSDE to a local file geodatabase

    Why use it? You can create your own Python script using model builder, but you have to modify the script everytime you want to dump different tables. Using this script you only need to have a CSV with all the table names, that’s it. Purpose: It can be used as an archival and historical database It will make you ArcSDE database portable and shareable
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    nwbas2ecce

    nwbas2ecce converts nwchem basis set files to the ECCE format

    The basis sets included with ECCE have -- as far as I can tell -- not been updated for many years. In addition, many of the newer basis sets that come with nwchem aren't included, such as the def2- series. nwbas2ecce is a python script that aims to automate as much as possible of the conversion process of a nwchem basis set file into the files necessary for ECCE to included it in the basis set tool. The process isn't completely automatic, but I also believe that it shouldn't be to avoid stuff-ups -- however, the amount of manual editing is kept to a minimum. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    RSAT

    RSAT

    A script to perform SAT attacks on RSA

    SAT solvers are being used more and more in partial key exposure attacks. The scope of this script is to show that SAT solvers can be used in partial key exposure attacks of RSA with very good results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    AutoTemp

    A python program developed to create Hotstring and Hotkey scripts

    AutoTemp is a program written in Python and wxPython to create and manage hotstring and hotkey AutoHotkey scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB