Python Standalone

Open-source Python projects categorized as Standalone

Top 6 Python Standalone Projects

  • buku

    :bookmark: Personal mini-web in text

    Project mention: Buku: Personal Mini-Web in Text | news.ycombinator.com | 2024-01-29
  • ddgr

    :duck: DuckDuckGo from the terminal

    Project mention: Add Link to selection without using the browser | /r/ObsidianMD | 2023-06-29

    Using the shell commands plugin and ddgr, I managed to create a nice trick, which allows you to add the link to selected text without having to google it (hard to describe, but the gif should give you the idea). Here is how it works: - install the shell commands plugin https://obsidian.md/plugins?id=obsidian-shellcommands - install ddgr https://github.com/jarun/ddgr - add the following code as shell command: bash query="{{selection}}" link=$(ddgr --num=1 --json "$query" | grep "url" | cut -d'"' -f4) mdlink="[$query]($link)" echo -n "$mdlink" - in the settings for that shell command, set the stdout to "current file: caret position" - you are good to go. (Maybe give it a hotkey)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • imgp

    :camera_flash: Fast batch image resizer and rotator

  • py2app

    py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.

  • GridInstrument

    Turn your Novation Launchpad into a MIDI instrument.

  • pdf

    A Python program to merge pdf files with a GUI (by Matts-vdp)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-01-29.

Python Standalone related posts

Index

What are some of the best open-source Standalone projects in Python? This list will help you:

Project Stars
1 buku 6,126
2 ddgr 2,840
3 imgp 1,005
4 py2app 317
5 GridInstrument 28
6 pdf 3
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com