Search Results for "python script writer" - Page 5

Showing 684 open source projects for "python script writer"

View related business solutions
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    Hungarian Rings

    Hungarian Rings

    Hungarian Rings - Puzzle Simulator

    Hungarian Rings - Puzzle Simulator This is a simulator of the famous "Hungarian Rings" puzzle. this is a small python program that uses the pygame library home page: https://github.com/grigorusha/Hungarian-Rings forum page with my other Puzzle simulators - https://twistypuzzles.com/forum/viewtopic.php?p=422931#p422931 You can create a text file with a script that describes the location of rings, balls and their colors. Each ball can be marked with a marker (letter or number) to make the puzzle harder to solve. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2

    YoungerSibling

    YoungerSibling: Cross-platform OSINT tool for quick data gathering.

    YoungerSibling is a Python-based terminal utility script designed for educational purposes. It provides a set of useful tools to perform tasks like searching the web, performing lookups (Google search, IP lookup, username lookup, etc.), and extracting metadata from images, directly from the terminal. This project aims to help students, developers, and hobbyists learn about web scraping, API usage, and terminal interaction with Python.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    KoboldCpp

    KoboldCpp

    Run GGUF models easily with a UI or API. One File. Zero Install.

    KoboldCpp is an easy-to-use AI text-generation software for GGML and GGUF models, inspired by the original KoboldAI. It's a single self-contained distributable that builds off llama.cpp and adds many additional powerful features.
    Downloads: 390 This Week
    Last Update:
    See Project
  • 4

    ft8mapper - alert/map FT8 stations/grid

    Maps FT8 stations from WSJT-X output, NO internet required!

    ...Changes: -4.2: Tracks grids, has alerts, improved algorithms, low CPU utilization. Read the README for all details. To install: create a directory, unzip the files into that directory. Run the ft8mapper.py script... run WSJT-X. You may have to change the first line of the script to point to a different Python 3.x interpreter location. Alternatively you can run as "python ft8mapper.py" or on some systems "python3 ft8mapper.py". Wait for results. Enjoy. Problems or Feedback? Email us at snitch.lyric0z@icloud.com
    Downloads: 6 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    Geraniums Pot

    Geraniums Pot

    Geraniums Pot - Intersecting Circles Puzzles Simulator

    Geraniums Pot - Intersecting Circles Puzzles Simulator This is a simulator of the famous "Geraniums" puzzle. this is a small python program that uses the pygame library home page: https://github.com/grigorusha/GeraniumsPot forum page with my other Puzzle simulators - https://twistypuzzles.com/forum/viewtopic.php?p=424143#p424143 You can create a text file with a script-puzzle that describes the location of circles. I have created files for all the Intersecting circles puzzles, you can download them from the "Garden" folder.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    scriptHelper

    integration between Java and scripting languages

    scriptHelper is a Java library allowing a simple integration between Java code and various script languages. This library also allows to debug these scripts in the context of a Java program.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    script-server

    script-server

    Web UI for your scripts with execution management

    Script-server is a Web UI for scripts. As an administrator, you add your existing scripts into Script server and other users would be able to execute them via a web interface. The UI is very straightforward and can be used by non-tech people. No script modifications are needed - you configure each script in Script server and it creates the corresponding UI with parameters and takes care of validation, execution, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    password_checker

    A script that logs in to a Windows account

    Github: https://github.com/separeit894/password_checker A program that goes through password combinations to log in to a Windows account. It works if the "Lock Threshold value" is disabled. You can use the C++ or Python version.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    Twitter-Scrapper

    A small project of scrapping data from twitter

    This is a small script of that scraps data from twitter using python and selenium. Inputs: - Page link. - Start date. - End date. Output - Excel sheet with: - External link for each tweet. - Tweet text. - Tweet date. - Tweet Language. - Number of likes, retweets, replies, quotes and views. - Media: Photo, Video or text only.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    js8mapper v4.2- maps js8call stations

    js8mapper v4.2- maps js8call stations

    Maps JS8Call stations from radio output, NO internet required!

    ...Js8mapper reads js8call UDP output and places callsigns on map per maidenhead grid. To install: create a directory, unzip the files into that directory. Run the js8mapper.py script... run JS8Call. You may have to change the first line of the script to point to a different Python 3.x interpreter location. Alternatively you can run as "python js8mapper.py" or on some systems "python3 js8mapper.py". Wait for results. Not every station has grid information, so sometimes you will hear stations but they will not appear on the map. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11

    PRMBasic

    Basic script for Python, PHP and .NET

    BASIC dialect for use as generic scripting language for Python, PHP and .NET platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    pySocketHTTPserver

    HTTP server developed with Python and socket as the only web module.

    # pySocketHTTPserver 1.0 by CHEN Guang (Chin Hikaru) # Using only one web module: socket, thus allow user to see and test every detail of HTTP-server. # Run this script and visit http://127.0.0.1:880/ with browser and you will see a picture. # Double click the picture for full screen, # move mouse cursor to the screen top to get the "X" button for exitting full screen. # You can drag the pictur with left mouse button. # You can change to other pictures by rolling the mouse wheel. #...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    change_ports_xampp

    A simple script for changing Apache, ApacheSSL, MySQL ports in XAMPP

    Github: https://github.com/separeit894/change_ports_xampp The program, written in Python 3.7, modifies Apache, ApacheSSL, and MySQL ports in XAMPP. It runs on Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Example Streamlit

    Example Streamlit

    Example Streamlit app that you can fork to test out share.streamlit.io

    streamlit-example is an open source sample app created by the Streamlit team to demonstrate how to quickly build and deploy applications with Streamlit. The repository contains a minimal Python app (streamlit_app.py) that can be customized by editing the source file. It is designed for use with share.streamlit.io, allowing developers to fork the repo and instantly deploy their own interactive app. The project includes basic dependencies defined in requirements.txt and supports containerized...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    Telegram Logger

    Function that can be copy-pasted into any Python script to add logging

    This utility enables seamless message logging to a Telegram channel via a straightforward Curl command, leveraging Telegram bot capabilities. It's designed for developers needing a quick and efficient way to send updates or logs to a Telegram channel directly from their scripts or applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Modbus-Monitor-Green

    Auto Serial Terminal with scripts for tasks automation

    The Modbus Monitor Green Studio is a kinda visual serial termial software over Ethernet TCP, WiFi, Serial Port, Bluetooth with Auto Terminal Language ATeL Alias is Modbus Terminal, Auto Terminal, SCADA, Terminal Emulator This proram helps you to focus on a business logic and strategy and do not learn python/C++/C# and tricky serial termianl emulator commands.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Essentials-of-Compilation

    Essentials-of-Compilation

    A book about compiling Racket and Python to x86-64 assembly

    LaTeX source for two companion books—one compiling a subset of Racket, the other a subset of Python—both targeting x86‑64 assembly, used in Indiana University’s compiler course and published by MIT Press.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Network Speed Monitor

    Simple speedtest script that runs locally once every 5 minutes

    A Python-based tool for monitoring and logging your network's speed, utilizing the Speedtest CLI by Ookla. This local utility periodically checks your network's latency, download, and upload speeds, and logs the results for review.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Visashot

    A python screenshot script for vintage test & measurement instruments

    Visashot lets you capture screenshots from vintage Test & Measurement equipment like oscilloscopes and spectrum analyzers. Visashot uses the VISA abstraction layer and associated libraries to access instruments over HP-IB (GP-IB), serial, ethernet and other supported interfaces. At the moment 120+ instruments are supported. So far most are from HP/Agilent/Keysight with a few extras from LeCroy. More brands models can be supported, please consider contributing!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    tacklelib

    The C++11 library, msvc2015u3/gcc5.4 + cmake,python,bash,vbs modules

    https://sourceforge.net/p/tacklelib/tacklelib/ci/master/tree/README.md https://sourceforge.net/p/tacklelib/tacklelib/ci/master/tree/README_EN.txt https://sourceforge.net/p/tacklelib/tacklelib/ci/master/tree/README_EN.deps.txt https://sourceforge.net/p/tacklelib/tacklelib/ci/master/tree/README_EN.linux_x86_64.txt https://sourceforge.net/p/tacklelib/tacklelib/ci/master/tree/changelog.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    VietMod Tool

    Open-source Python gaming tools: Ping Monitor, Specs Check,Auto Click

    ...**Safe Auto-Clicker:** A malware-free automation script built with standard libraries (`pynput`) for safe background tasks. ## 🚀 Key Features * **100% Open Source:** Transparent code. No hidden miners, adware, or bloatware. * **Lightweight:** Written in Python, consuming negligible system resources. * **Safe:** Designed to work externally, respecting anti-cheat policies. # 🔗 Official Links Website: https://vietmod.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DragonOS
    *Until you install the operating system, the default user = live / no password. DragonOS Noble (24.04) DragonOS FocalX (22.04) and DragonOS Focal (20.04) are out-of-the-box Lubuntu based x86_64 operating systems for anyone interested in software defined radios. All source installed software is located in the /usr/src directory while the remaining software was installed by package managers. What is DragonOS and why do you want it? The shortest distance between two points is a...
    Leader badge
    Downloads: 2,874 This Week
    Last Update:
    See Project
  • 23

    Funi

    Python script for calculation of deflection of elastic ropes.

    This software implements the equations of the catenary curves, in adimensional formulation. The theory is applicable only to elastic ropes with uniform section. Any number of hanged masses or hangers may be input. The schema may be imported and exported. The graphics of deflections and tensions are shown with reference to X coordinate, while the graphic of stretches is shown with reference to the curvilinear coordinate. The solution is found by iteration, by mean of Scipy Minimize...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    RSM

    Radiation Spectrum Method : a modal BPM (Beam Propagation Method)

    RSM (Radiation Spectrum Method) is a 2D rigorous tool to solve the Maxwell equations for the propagation of light in integrated optics or photonics devices. It makes use of an eigenmode expansion method to solve the electromagnetic problem. This software running on Windows and MacOS comes with a GUI that permits to define with the aid of files or scripts the arbitrary and complex geometry of the waveguide. Of that way any waveguide geometry can be handled. Several plots are available :...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25

    System Health Dashboard

    Proof of Concept script for a dashboard that will ping sites

    This repository houses a Flask-based web application designed to monitor and display the health status of various systems. It includes a set of Python scripts for checking system health, HTML templates for displaying the status, JavaScript for interactive elements, and a CSS file for styling.
    Downloads: 0 This Week
    Last Update:
    See Project