Search Results for "python graphics" - Page 40

Showing 1005 open source projects for "python graphics"

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
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    Self-Organizing Photo Album is an application that automatically organizes your collection of pictures primarily based on the location where the pictures were taken, at what event, time etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Geotag Merge is designed to combine track data from a GPS unit with EXIF data in a series of photographs. A handheld GPS can be simply carried while taking photos, and the photos can later be automatically gettagged (by matching timestamps).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Foton
    Foton is a photo manager developed with the usage of python, pyqt and exiv2. Main features I hope to implement are: - A good tag management an organizing of pictures, tagging of people and in the future connection to facebook... Very early stage..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A Graphical Editing Framework(GEF), for Python. It provides a canvas similar to wxArt2D and a editing framework based on MVC. The framework can be used to develop scientific and engineering tools that require graphical editing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 5
    Offlickr is a command-line backup tool for Flickr. It allows to download photos, photo metadata (title, tags, description, notes), and photosets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Santa Monica College Game Development Club project (3D Engine) and sub projects that use the engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MediaStation - the Media Application FrameWork for openBeOS - MediaStation has a strong focus on making openBeOS the No.1 solution for multimedia professionals - MediaStation builds up a leading development environment based on the MIT license\n
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The 3D Slicer is freely available, open-source software for visualization, registration, segmentation, and quantification of medical image data. Follow the link for more info: http://slicer.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Oh my God i`ts movin - is the Linux only tool for creating animated PNGS. omGim alows you to easilly create and edit existing apng`s with help of GIMP or Inkscape. You can import frames from PNG, SVG, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    TAK Uploadr is a simple program for uploading many files to Flickr. It doesn't show previews of the chosen files, it only works with filenames, so it's suited for long lists of files. I use it for uploading whole directories full of images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The goal of this project is to develop a Python tool to make an in-depth quantitative analysis about Wikipedia, generating graphics and statistical results for each language version of Wikipedia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Qvark is many things. It is a multi-user dungeon crawler (like countless text-based MUDs out there) with ASCII graphics (nethack, Angband, etc) and the persistent world and storyline of a modern MMORPG. It is terminal-based and written in C++ and Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CairoPlot is a Python module to plot graphics in an easy and intuitive way, creating beautiful results for presentations, websites and reports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Shovel Library

    Simple graphics, keyboard and mouse library with a C interface

    is a collection of ultra-simple routines I've found useful for making small interactive graphics applications. === Functions include === * Window creation * 32-bit RGBA bitmap creation * Fast software based drawing routines (pixels, lines, text etc) * Mouse and keyboard input === Details === * Written in C * Python bindings provided * Permissive BSD licence * Win32 version currently. Linux and Mac planned. === Performance === Running on Windows XP on an Intel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    geoscipy

    Python-accessible toolkit for Geoscience & Remote Sensing Applications

    GeoSciPy is a set of C and Python functions that provide an API for all aspects of Geoscience and Remote Sensing Applications. Functions include reading/writing of many data formats, images, vectors, ..., and processing of images, vectors, ... including map projections, ... The library is written C, using HDF5 as the file format for storage of all remotely-sensed data and ancillary data, as well as processed data. The C functions assume a particular format for the HDF5 file contents...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Audio Art

    Audio Art

    Add album cover images and other metadata to audio files via Spotify

    This project allows you to add album cover images and other metadata to your local music files easily. It uses the Spotify API to retrieve metadata for your music files, and then adds the album covers and other information to the music files automatically. ✅ Supports adding following metadata to your files. Song Title Artist Album Genre Year Track Number *This project is not affiliated with or endorsed by Spotify, and the use of Spotify's API and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    golib

    C++ collection mostly for image processing

    libGo is a C++ class library containing all kinds of things that proved useful to me. Included are: - Linear algebra, using LAPACK and CBLAS - V4L(1) image grabber - Multithreading - Image containers (up to 3D) - Some simple optimisation code - Python embedding helper - Matlab interface - .. and other things, have a look at the HTML documentation! golib grew over many years, things I had use for have been added now and then. Some parts are better taken care of than others...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    wiccoder is an open source cross-platform lossy image compression codec. Its main idea is to cut brunches of wavlelet transformation tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Song Press is a song typeset program. Its input consists of a song in the popular ChordPro format; The Song Press displays it on the screen and allows the user to copy and paste the song into any Windows application, in the Windows Metafile format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Bijutsukan is a Picture Categorizer. It has a graphical interface and maybe we will add the functionality to share pictures with it. It lets you input information such as category, label, name, persons shown, objects shown, a description, etc.. This helps
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mecha Lord, is a first person shooter. Using OGRE as our graphics sytem, and PhysX as our physics system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A highly modifiable 3D RTS gaming plattform. Remake of the excellent game glest but featuring Save/Load, Multiplayer and Scripting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PBADEV gathers lessons learned making GIMPVS available on Windows platforms and Makes Blender available together with GIMP on Microsoft Windows Platforms. PBADEV aims at providing the highest quality softwares to artists and developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A library and many frontends written to achieve an unbiased renderer with many features and good performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Hierbei handelt es sich um die Umsetzung des von L.A. Fletcher und R. Kasturi entwickelten Algorithmus, beschrieben in "A Robust Algorithm For Text String Separation From Mixed Text/Graphics Images", zur Erkennung von Text in gemischten Text-Grafik Bilder
    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.