Search Results for "python notepad++ plugin" - Page 5

Showing 320 open source projects for "python notepad++ plugin"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 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
  • 1
    Material Theme

    Material Theme

    A theme for Sublime Text 3 by Mattia Astorino

    .... Provides a set of Sublime Text icons heavily inspired by this theme and designed by @halacoglu Download it and enjoy a full Material Theme experience. The Material Theme plugin comes with a bunch of features tailored for an optimal experience. However, it is also highly configurable to allow every one to customize it to their hearts content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    aioulinux

    aioulinux

    Linux for Arduino and Makers developers

    Hello, I'm the Aioulinux founder, eager to professionally revive the project. Since 2018, the demand for an IoT and Arduino-tailored environment has been evident. Seeking partners for a 2024 version targeting schools and IoT companies, aiming for a secure and comprehensive platform. If you share this vision and wish to collaborate, reach out. Let's revive Aioulinux stronger than ever! Now seeking partners: Live Distro Specialist: Expert in live distributions to ensure...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    HubCommander

    HubCommander

    A Slack bot for GitHub organization management, and other things too

    A user-extendable Slack bot for GitHub organization management. HubCommander provides a chat-ops means for managing GitHub organizations. It creates a simple way to perform privileged GitHub organization management tasks without granting administrative or owner privileges to your GitHub organization members. HubCommander is based on slackhq/python-rtmbot (currently, dependent on release 0.4.0) You simply type help, and the bot will output a list of commands that the bot supports. Typing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    pycodestyle

    pycodestyle

    Simple Python style checker in one Python file

    pycodestyle (formerly pep8) is a tool to check your Python code against some of the style conventions in PEP 8. This package used to be called pep8 but was renamed to pycodestyle to reduce confusion. Plugin architecture, adding new checks is easy. Parseable output, jump to error location in your editor. Just one Python file, requires only stdlib. You can use just the pycodestyle.py file for this purpose. Comes with a comprehensive test suite. There's also a package for Debian/Ubuntu, but it's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
  • 5
    pydictor

    pydictor

    powerful and useful hacker dictionary builder for a brute-force attack

    ... by modifying multiple configuration files, adding your own dictionary, using leet mode, filter by length, char occur times, types of different char, regex, and even add customized encode scripts in /lib/encode/ folder, add your own plugin script in /plugins/ folder, add your own tool script in /tools/ folder.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Supybot
    Nested commands, easy configuration, and an incredibly flexible and easy-to-use plugin system distinguish Supybot from other IRC bots. There simply isn't a more flexible or easier to use IRC bot!
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    PyUltimateRobot

    Controls any Robot in Python

    Developed on Python to leverage state-of-the-art extensibility and easily integrated plugins Able to use low cost robots with the accuracy and dexterity of much more expensive robots, achieved in part by: a) Ability to drive movement by inexpensive DC gear head motors, including the inherent ability to specify movement by applied force rather than strict space/time control that steppers impose. b) Arms and linkages don't have to have super tight tolerances, because accuracy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    qsorder

    Qsorder is a contest QSO recorder

    UPDATE: The project has moved to GitHub https://github.com/k3it/qsorder/releases Plugin for N1MM Classic and N1MM+ for QSO audio recording
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Karellen Gevent Websocket Library

    Karellen Gevent Websocket Library

    Karellen Gevent Websocket Library

    This is a Karellen fork of gevent-websocket. The goal of this fork is to maintain the project to support Python 3.3, 3.4 and 3.5+ as well as latest WS standards errata.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 10
    FastVersion

    FastVersion

    FastVersion is a Qgis plugin for data versioning in a Postgis database

    FastVersion is a Qgis plugin for data versioning in a Postgis database. This plugin provides data versioning to tables with geometry stored in postgis. It allows to create, changes and eliminate versions, and within each version , to insert, modify and eliminate elements. It is possible carry out the processes of “post” from one version to another, with conflict resolution functionality. The system uses algorithms and data structures so that information is not duplicated each time...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    jsfmt for Sublime Text 2/3

    jsfmt for Sublime Text 2/3

    jsfmt plugin for Sublime Text

    If you want your javascript automatically formatted to abide a particular style, then jsfmt is for you. No need to read warnings and fix things yourself. Just keep it all auto. Boom boom jsfmt is pretty tight. And yeah, if you want it in Sublime Text this is your homeboy. Enable autoformat then save the file and it gets formatted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Neoformat

    Neoformat

    A (Neo)vim plugin for formatting code

    Neoformat uses a variety of formatters for many filetypes. Currently, Neoformat will run a formatter using the current buffer data, and on success, it will update the current buffer with the formatted text. On a formatter failure, Neoformat will try the next formatter defined for the filetype. By using getbufline() to read from the current buffer instead of file, Neoformat is able to format your buffer without you having to :w your file first. Also, by using setline(), marks, jumps, etc. are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MySQL Export Laravel Migrations

    MySQL Export Laravel Migrations

    A MySQL Workbench plugin which exports a Model to Laravel 5 Migrations

    A MySQL Workbench plugin that allows for exporting a model to Laravel 5 migrations that follow PSR-2 coding standards. When exported, each migration is generated and saved in it's own, properly named, migration file.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    mlbviewer

    The best collection of tools for MLB.com content and MLB.TV for Linux.

    ATTENTION: MLB.TV has changed for 2018 and mlbviewer no longer works. Please check out the mlbstreamer project for an alternative that works with 2018 changes. https://github.com/tonycpsu/mlbstreamer A collection of tools to view and listen to streaming baseball games from MLB.TV. While the main streaming content is mostly for paid MLB.TV subscribers only, there are a significant number of features and views available to non-subscribers as well including one FREE game each day. NEW!...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Avogadro

    Avogadro

    An intuitive molecular editor and visualization tool

    Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science and related areas. It offers a flexible rendering framework and a powerful plugin architecture.
    Leader badge
    Downloads: 4,807 This Week
    Last Update:
    See Project
  • 16

    wirecutter plugin for inkscape

    This plugin exports G-Code for a wirecutter

    The "wirecutter" plugin for inkscape is a plugin to generate g-Code for a 2D wirecutter with a turning table. You can either draw one open path which is the path which the machine will cut or you can draw some closed paths. These closed paths (e.g. Letters) must be connected because the cutter cannot leave the raw material like a milling machine. The Plugin helps you to create these connectors. If you have a wirecutter with a turning table you can create multiple "cuts" for different...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    htmlarea

    htmlarea

    Small, powerful, full featured WYSIWYG editor

    HTMLArea 4 is a browser based WYSIWYG editor that easily replaces the TEXTAREA in your web pages. It is written in JavaScript, and suitable for use in any modern web browser, and any page on your web site. Current version is 4.0-2016-08-29
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    EventGhost-MusicBee plugin
    Allows remote control MusicBee through the program EventGhost
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Flashlight

    Flashlight

    The missing Spotlight plugin system

    ... you're finished with a plugin, clone our repo, place your bundle in PluginDirectories/1, and we'll upload it to the online directory. Flashlight.app is currently translated into English, German, Spanish, Dutch, Chinese, French, Portuguese, Japanese, Italian, Turkish, Korean and Russian. Flashlight is translated via the usual OS X app localization methods.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    nbPython

    nbPython

    Python for NetBeans IDE

    Open-source project provides enhanced Python support for NetBeans IDE. This repo is primarily for post-IDE 8.1 new feature development. The stable repo is at hg.netbeans.org/main/contrib
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    BFD Fibonacci Pattern Inkscape Extension

    Inkscape plugin for generating the fibonacci pattern

    This is an inkscape plugin, written by the software engineer for Beauty Full Day, for generating the Fibonacci Pattern. It is a flexible plugin for generating different sizes and allows for one to control how spread out the pattern is and how small to large each node can get.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Notepad++ Python Script

    Notepad++ Python Script

    A Python Scripting plugin for Notepad++

    A Python Scripting plugin for Notepad++. Complete easy script access to all of the editor's features (including absolutely everything in Scintilla). Configurable menus and toolbar options, assign shortcuts to scripts.
    Leader badge
    Downloads: 291 This Week
    Last Update:
    See Project
  • 23
    NIF File Format Library and Tools
    Attention : This project is currently being migrated, some services are no longer supported. NifTools aims to provide users with Tools to View, Edit, Create and Visualise 3D Models stored in the NetImmerse File Format. The NIF format is used by many popular games based on the NetImmerse/Gamebryo Game Engine such as Morrowind, Oblivion, Fallout 3, Fallout: New Vegas and Skyrim. We are creating a unified description of the NIF file format allowing our contributors to build...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Crystal Space 3D SDK
    Crystal Space is an Open Source 3D SDK for Unix, Windows, and MacOS/X. It renders with OpenGL and features GLSL shaders, CG shaders, deferred rendering, dynamic shadows, bullet based physics library, terrain engine, skeleton based animation meshes, exporter for Blender, portals, etc...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25

    Fortran-tags

    Emacs plugin for source code indexing of modern Fortran

    NOTE: Development continued at GitHub! Current version is higher than 1.1.6. Fortran-tags is a lightweight Fortran source code indexing tool for Emacs. It is able to correctly locate all global and local variables and is expected to work with any Fortran 2008 conforming code with only minor exceptions.
    Downloads: 0 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.