Showing 38 open source projects for "python::module"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 1
    Jimp

    Jimp

    An image processing library written entirely in JavaScript for Node

    An image processing library for Node written entirely in JavaScript, with zero native dependencies. If you're using this library with TypeScript the method of importing slightly differs from JavaScript. Instead of using require, you must import it with ES6 default import scheme. If you're using a web bundles (webpack, rollup, parcel) you can benefit from using the module build of jimp. Using the module build will allow your bundler to understand your code better and exclude things you aren't...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    PhotoSwipe

    PhotoSwipe

    JavaScript framework independent image gallery

    ... is not blocked during the transition. PhotoSwipe manipulates the browser’s history so that the user can link to each gallery item and close the gallery via the “back” button. The initial URL is restored when the gallery is closed. PhotoSwipe adds a history record when the gallery is opened, which allows the user to close it via the browser’s “back” button. This feature comes as a module. You can exclude it from the build entirely, or fork it to fit the requirements of your product’s URL structure.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    iCn3D

    iCn3D

    Web-based protein structure viewer and analysis tool

    "I see in 3D" (iCn3D) Structure Viewer is not only a web-based 3D viewer, but also a structure analysis tool interactively or in the batch mode using NodeJS scripts based on the npm package icn3d. iCn3D synchronizes the display of 3D structure, 2D interaction, and 1D sequences and annotations. Users' custom displays can be saved in a short URL or a PNG image. The complete package of iCn3D including Three.js and jQuery is in the directory "dist" after you get the source code with the "Code"...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    imagemin

    imagemin

    Minify images seamlessly

    With imagemin, you can minify images seamlessly. Uncompressed images bloat your pages with unnecessary bytes. Imagemin is an excellent choice for image compression because it supports a wide variety of image formats and is easily integrated with build scripts and build tools. Imagemin is available as both a CLI and an npm module. Generally, the npm module is the best choice because it offers more configuration options, but the CLI can be a decent alternative if you want to try Imagemin without...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    sharp

    sharp

    High performance Node.js image processing module

    The typical use case for this high speed Node.js module is to convert large images in common formats to smaller, web-friendly JPEG, PNG, AVIF and WebP images of varying dimensions. Resizing an image is typically 4x-5x faster than using the quickest ImageMagick and GraphicsMagick settings due to its use of libvips. Colour spaces, embedded ICC profiles and alpha transparency channels are all handled correctly. Lanczos resampling ensures quality is not sacrificed for speed. As well as image...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Vizzu

    Vizzu

    Library for animated data visualizations and data stories

    ... constructor has to load Vizzu's WebAssembly module asynchronously to prevent blocking the whole page. Because of this, any method except animate() will throw an exception while the library is not initialized. There is an initializing promise in the Vizzu class, which will resolve when initialization is finished. You can call all methods after this promise is resolved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Jmol

    Jmol

    An interactive viewer for three-dimensional chemical structures.

    Over 1,000,000 page views per month. Jmol/JSmol is a molecular viewer for 3D chemical structures that runs in four independent modes: an HTML5-only web application utilizing jQuery, a Java applet, a stand-alone Java program (Jmol.jar), and a "headless" server-side component (JmolData.jar). Jmol can read many file types, including PDB, CIF, SDF, MOL, PyMOL PSE files, and Spartan files, as well as output from Gaussian, GAMESS, MOPAC, VASP, CRYSTAL, CASTEP, QuantumEspresso, VMD, and many other...
    Leader badge
    Downloads: 1,213 This Week
    Last Update:
    See Project
  • 8
    Render Farm Manager, Project Tracker.

    Render Farm Manager, Project Tracker.

    CGRU: Afanasy render farm manager and RULES project tracker.

    CGRU is an open source CG tools pack, includes Afanasy render farm manager and RULES project tracker.
    Leader badge
    Downloads: 102 This Week
    Last Update:
    See Project
  • 9
    RhinOS

    RhinOS

    RhinOS, CMS, Content Management System, Josep Sanz Campderrós

    RhinOS is a framework to develop web sites using the latest features to provide a fastest access and administration to the web portal. The main features are: - Parametrized CMS and simple and efficient pseudo-code parser.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10
    lightgallery.js

    lightgallery.js

    Full featured JavaScript image & video gallery

    lightgallery.js uses CSS-only approach for resizing images and videos. So it will be extremely flexible, and considerably faster than using the JavaScript approach. lightgallery.js comes with a few built in modules, such as thumbnails, full screen, zoom, etc. It is easy to create your own modules, as well as detach modules that you don't want to use. lightgallery.js supports touch and swipe navigation on touchscreen devices, as well as mouse drag for desktops. This allows users to navigate...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    C3.js

    C3.js

    A D3-based reusable chart library

    C3 makes it easy to generate D3-based charts by wrapping the code required to construct the entire chart. We don't need to write D3 code any more. C3 gives some classes to each element when generating, so you can define a custom style by the class and it's possible to extend the structure directly by D3. C3 provides a variety of APIs and callbacks to access the state of the chart. By using them, you can update the chart even after it's rendered. C3 enables deeper integration of charts into...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GUIDOLib
    The GUIDOLib provides a powerful engine for the graphic rendering of music scores, based on the Guido Music Notation format. It supports Linux, Mac OS X, Windows, Android and iOS operating systems. A Java JNI interface is available as well as a Javascript version of the library. A Web API has also been designed, allowing to deploy the engine as a Web service.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Music + Video + Animation Maker & App

    Music + Video + Animation Maker & App

    Why Music + Video + Animation Maker & App is Fun?

    Javaimagephp All-in-one video/film editor or maker makes sense as simple to use app for video/film or movie editing and animations/slideshows. It gets most of your imagination of an All-in-one video/film Animation editor / maker App. Video editing is made intuitive and simple. Lots of Special Effects ( > 55) ! For example this one http://ogena.ridoua.nu Formats supported are mp4, avi, flv, mov, flv and more. Description given image animation which seeks audio given a description....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Drception

    Drception

    Fractals generator with powerful functionality.

    Fractals generator with powerful functionality. E-mail: programmingspecial@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    embed-js

    embed-js

    A lightweight plugin to embed emojis, media, maps, tweets, code, etc.

    A lightweight JavaScript plugin to embed emojis, media, maps, tweets, code and services. embed.js was developed with a modern JavaScript workflow in mind. To use it, it's recommended you have a build system in place that can transpile ES6, and bundle modules. But at the same time, you get an already transpiled version to make your development easier. If you’re using npm package manager with a module bundler like Webpack or Browserify to consume CommonJS modules, you can use the default UMD...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Card Raytracer Benchmark

    Short C++/Java/C#/Python benchmark

    This is a short C++/Java/C#/Python benchmark. Based on Paul Heckbert's sources. Thank you Paul!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PWN Reader Web

    PWN Reader Web

    Web based manag and comic reader with thumbnail supports

    A browser based manga reader that will let you browse your manga collection. It enable you to browse them as you browser in any of the online comics site. It uses python to generate list of the manga in the library and use jQuery to let you browse those in the browser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    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
  • 19
    Mac OS X and Windows OpenGL 3D Engine tools, content and code to create games and applications. Newton physics, OpenAL sound with OGG Vorbis, Lua, Revolution, written in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Supersized Slideshow Silverstripe Module

    Silverstripe module to create a fullscreen background slideshow

    Silverstripe CMS module to create an image gallery slideshow with fullscreen background. * Installation Unpack the files in a folder called supersized Run dev/build Usage SuperSizedPageHolder ( if you plan to have multiple galleries as children pages ) At the CMS add a new page of "Super Sized Page Holder" type At the "Main Content" tab set the thumbnail width At the "Main Content" tab set the thumbnail height At the "Main Content" tab select the thumbnail rollover effect...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MdBrHistogram

    MdBrHistogram

    Histogram Panel module for Adobe Bridge

    Adobe Bridge is a great software for browsing and categorizing images. A missing feature is the immediate view of the image's histogram, the graphical representation of the tonal distribution in a digital image. The module supplies the Histogram Panel with the information required, using public API, Adobe object model and javascript language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WebSANE is a web frontend for SANE making it possible to access a scanner with a browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This program generates a gallery for your photos, providing several layouts and CSS styles, in order to let you choose a complex page if you don't need to edit it or a basic one if you are planning to use just its code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    memoree

    memoree

    Browser interface to your memories

    You have your pictures stored on a server or PC that is accessible from internet or your intranet. This package will make them available through a web-browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MangaReader is a Windows application made in Python used to browse the images in a more comfortable way like how it is on popular online manga sites. This is an image viewer specifically tailored to view manga.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
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.