Search Results for "python script notepad" - Page 16

Showing 738 open source projects for "python script notepad"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1

    SVC RTP MST

    RTP Sender and Receiver for Multicast in MST Mode for SVC

    Command line tools for sending and receiving Scalable Video Coding (SVC) streams via RTP over IP multicast in Multi-Session Transmission (MST) mode. The receiver is implemented in C (for speed), the sender is implemented as a Python script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    elogv

    Python script to read portage elog files

    Elogv is a simple tool written in python that allow you to easily read portage elog files. Development takes place in github.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

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

    ReferenceFree

    Scripts for reference free genomic analysis

    ...Original script written in Mathematica by CHCannon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Sofia

    Sofia

    Software de Modelado de Base de datos Sofia

    ...Sofia desarrolla el Modelo Lógico de una base de datos y convertir este modelo en un Script SQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A simple python script for aquarists that figures tank volume, salinity, converts temp & volume, and calculates substrates based on their specific gravity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Google Mass Search

    Export google search result links to file.

    Google Mass Search is a small script written in python to get large number(as you need) of urls from google search results of a specified string. It is really simple to use but fast & powerful. You can specify a search string, no. of results filename, and some optional fields. GMS retrieves all the required links in a few seconds and save it to the file. It also eliminates the redundant links.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Python-4WebTV, script creat in Python pentru vizualizarea posturilor TV online folosind Flash Player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Fix Skype

    Fix Skype fixes future timestamps in the Skype messages database.

    Fix Skype is a python script and Win32 binary that is used to fix "future" timestamps in the Skype message database, such as those caused by the end of DST or by dual-booting a Linux system with time set to UTC from anywhere west of GMT. Essentially, you feed it your username and the number of hours by which some timestamps are in the future, and it subtracts that amount of time from any timestamp greater than "now".
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10

    Project One

    Visual Novel game

    This is a small project to sort of teach myself how to script and do basic python coding while also having an end product that is much more rewarding than the usual "Hello world" page. This project is using the Ren'Py engine (www.renpy.org) to build and manage the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WTMParse

    WTMParse

    Python script to parse Unix-like WTMP files

    Python script that was originally intended for use in forensic examinations that parses WTMP files from Unix-like operating systems and generates a CSS-styled HTML report containing login terminal, username, log start date and login time/date in a table. Good for postmortem forensic examinations or as a way of getting "last" like information where you don't have the ability to boot the machine in question but can grab the wtmp.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    SUIT (Scripting Using Integrated Templates) is a template framework that allows you to define your own syntax through user-defined rules. There are PHP and Python versions. This page is also the home of subprojects, Such as TIE, a template manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TableauPublisher

    TableauPublisher

    Sync .twb files to Tableau Server (prevent report chaos!)

    Prevent report chaos on Tableau Server! Python script that can publish a collection .twb files to Tableau Server. Can publish just the files that have changed. Files are stored in subversion and checked out to a local file system. Comparison of what has changed checks last commit time in svn vs last update time on Tableau Server. Can also run in 'nopublish' mode which just confirms what it would do, but doesn't take any action.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    JazImageResizer

    A simple Python Image resizer

    A simple Python Image resizer Requires python2.7 and Python Image Library (PIL) Includes a bat script that you can drag all your images on to, which will then be resized to the size in the bat script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Speaking gmail checker

    Python + espeak gmail checker

    Script that periodically checks your gmail account and speaks if you have unread email. Features: - logs into, and checks your gmail accounts - if you have unread email: - textual info about it appears in console/terminal - "you have X unread email" is spoken using espeak - if you have no unread email: - textual info about it appears in console/terminal Requirements: - POSIX OS - python: import imaplib import os import time - espeak - soundcard, speakers/headphones Installation/running: - modify gmail.py inserting your username and password - modify gmail.py inserting desired delay value in miliseconds - run: python gmail.py Author: pkrawczak@gmail.com 2013-02-06 13:54:51 Caution: Even though this program uses SSL use only at your own risk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AWK~plus is the next generation script practice environment. The AWK Language specifications and a main extension of GNU GAWK. Combination of Dynamic and Static typing. Parallel computing that a lock is free, and is thread safe at a language level.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17

    convert2orcazmatrix

    Python script that converts regular zmatrix to orca-zmatrix format.

    Since I use GUI tools which only save the molecules to regular zmatrix format. I created a script that would convert the regular format to the special orca format. It is written in python and can be used like this. usage: convert2orcazmatrix.py [-h] -i INPUTFILE [-o OUTPUTFILE]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    vhosting

    Managing Linux users and Apache virtual hosts on single server

    Every Linux user have "public_html" directory created and is related to vhost.conf entry. This script will help automate that by using python scripts from Linux shell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    PyModo

    A light Python wrapper for Modo

    The goal of this script is to eliminate selection headaches using the ScriptQuery interfaces and provide a more 'pythonic' library that closely matches Modo's design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Python Script to process a wave file and transform to movement (key frames) on Blender 2.5. Input: sound file (.wav) Output: Key frames direct into the selected object Work to meshes and bones (location, scale or rotation in any axis)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    setip3

    Post your public IP to enom.com

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

    zopoclient

    Scriptable GTK based Python MUD Client

    ...Alternatively, in script mode, the action text is interpreted as Python code. The mud, match objects and defined variables are accessible from any feature. For the more advanced user, the implementation is small and extensible. Specially the gtkmud/mud API is easy to understand. It is thread-safe enabling multiple threads to input data to the target MUD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    LinuxNub Forensics Learning Program

    Simple Python Script that helps teach a user Linux Forensics

    A simple python based script that runs Linux tools from the command line to conduct a simple Linux forensic investigation of a targeted image. Currently a work in progress. Contact Info: joem3921@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Gnuplot2TightPDF

    Gnuplot2TightPDF

    Python script that produces a tight pdf from gnuplot with psfrag text.

    ...Requires: Python 2.4 - 2.7, LaTeX and the system commands ps2epsi and epstopdf which comes in with any ghostscript installation. Dr. Shibaji Banerjee Department of Physics St. Xavier's College, Kolkata Included: Main file: gpt2pdf.py demo file: demo.plt demo file; K.plt and K.txt Usage: gpt2pdf demo gpt2pdf K The script is written in pure python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    PyComparator

    script for comparing two dirs

    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB