Open Source Python Graphics Software - Page 17

Python Graphics Software

View 4966 business solutions

Browse free open source Python Graphics Software and projects below. Use the toggles on the left to filter open source Python Graphics Software by OS, license, language, programming language, and project status.

  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 1
    Simple application, which provides the way to simple one-click way (image's context menu) to upload images at popular image hosting services. Simple, isn't it? Currently only few services(imageshack, bankfotek.pl), more to come.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Imaginator is a language and an interpret to easily create and transform images. It can handle many image formats. It is command-based, with many advanced features like macros and conditionals. It is provided with an undo command too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Imaging Instruments Lite

    Imaging Instruments Lite

    Image processing App for Windows Desktop

    Imaging Instruments lite is a comprehensive image processing application developed following the Model-View-Controller (MVC) design pattern, utilizing Python, Tkinter, and OpenCV. It provides users with image manipulation capabilities, leveraging multi-threading with OpenMP and GPU acceleration using CUDA-C. Fueled by yerba mate and a passion for coding. Created by Agustin Tortolero. website: https://agustintortolero.pythonanywhere.com/ Source code: https://github.com/agustinTortolero/Imaging-Instruments-lite
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Imogen

    Imogen

    GPU Texture Generator

    Imogen is a real-time, node-based procedural texture generation tool aimed at artists, developers, and shader enthusiasts. It allows users to build complex material textures using a graph-based interface, combining operations like blending, noise, filters, and color correction in a non-destructive workflow. Built with Vulkan and ImGui, Imogen provides immediate visual feedback and supports GPU acceleration for high-resolution texture output. It's particularly useful in game development, VFX, and digital art where procedural workflows are valued for their flexibility and speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Network-centric Graphic/Photo database program with web-based interface, automatic thumbnail generation, flexible indexing, and automatic file updates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Indywiki aims to explore different ways of visually browsing wikipedia pages. This might be helpful, especially when we are only interested to get an idea on a term we are searching for.Browsing through images, while the text is still available to read
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    InkPlot

    Inkscape extension to add and edit GNUplot graphs

    InkPlot is an extension (plugin) for the SVG Editor Inkscape to insert graphs from Gnuplot. It allows you to - preview the graph - add it as SVG into Inkscape - edit already generated graphs - use a preamble file for reusable style and commands - customize default settings in a config file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Inkscape Python Iterator

    Extension to iterate custom Python snippets over objects

    An inkscape extension, written in python, that accepts snippets of Python code, and iteratively executes them over a set of objects. Iteration can be over the current selection, or over an XPath. Python code is given the current node and attributes, and can modify or delete the node, create new nodes, or simply perform calculations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    InkscapePortable is a portable version of Inkscape for use with portable devices on "Microsoft Windows".
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    InnerWorld is a landscape builder for Blender, the 3D modeling tool. Using a graph editor terrains can be generated from Blenders noise functions and from external sources. Objects can automatically placed dependent of the terrains geometry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Ionflux Computer Graphics Toolkit

    Toolkit for 2D and 3D computer graphics

    NOTICE: This repository of IFCG will no longer be maintained. You can find the current version at https://github.com/TehFlux/ifcg The Ionflux Computer Graphics Toolkit is a collection of libraries for 2D and 3D graphics processing. The toolkit is written primarily in C++ and has full Python bindings for all components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    IrrSinn is a Python-wrapper for the Irrlicht 3D engine (http://irrlicht.sourceforge.net/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A system for running quiz bowl and various other academic, scholastic, or trivia competitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JAX

    JAX

    Composable transformations of Python+NumPy programs

    With its updated version of Autograd, JAX can automatically differentiate native Python and NumPy functions. It can differentiate through loops, branches, recursion, and closures, and it can take derivatives of derivatives of derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation) via grad as well as forward-mode differentiation, and the two can be composed arbitrarily to any order. What’s new is that JAX uses XLA to compile and run your NumPy programs on GPUs and TPUs. Compilation happens under the hood by default, with library calls getting just-in-time compiled and executed. But JAX also lets you just-in-time compile your own Python functions into XLA-optimized kernels using a one-function API, jit. Compilation and automatic differentiation can be composed arbitrarily, so you can express sophisticated algorithms and get maximal performance without leaving Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JGimp is an architecture that allows developers to create plug-ins and extensions for the GIMP in the Java and Jython/Python programming languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    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
  • 17
    Jester is a gesture / stroke recognition framework for Python, written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Jeszra is a visual designtool, which combines 2D- vector graphics and GUI design. Jeszra is written in Tcl/Tk and creates reusable code for: * Tcl, Ruby, Lisp and Python. * DocBook based reference pages. * SVG import and export.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An UI editor for j2me developers. You can draw images with this tool and then generate j2me codes which draws the same image by drawLine(), drawRect(), etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A tool to help recover images from corrupted camera memory cards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    With this program you can rename JPG photos, taken with a digital camera, in the format yyyymmdd_count where the date is the shooting date registered in the metadata information of the photo. Photos are sorted according to the shooting time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    KMagickResize is a script which allows you to resize many pictures with only few button clicks. You can resize every image exactly as you want. It co-operates with any image browser with external tools support (such as GwenView).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Fast-paced multiplayer blade fighting 3D game allowing you to express your feelings on your opponents, using martial arts techniques and rapid gestures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    KlayGE is an open source, cross-platform game engine with plugin-based architecture. It provides a framework to make game development, testing, porting as simple as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Graphical frontend for the yukon OpenGL video capture application
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo