Search Results for "sourceforge.net/projects/winpython/files/winpython_3.8/3.8.10.0/winpython64-3.8.10.0.7z" - Page 3

Showing 121 open source projects for "sourceforge.net/projects/winpython/files/winpython_3.8/3.8.10.0/winpython64-3.8.10.0.7z"

View related business solutions
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • Your go-to FinOps platform Icon
    Your go-to FinOps platform

    Analyze, optimize, and govern your multi-cloud environment effortlessly with AI Agentic FinOps.

    Unlike reporting-only FinOps tools, FinOpsly unifies cloud (AWS, Azure, GCP), data (Snowflake, Databricks, BigQuery), and AI costs into a single system of action — enabling teams to plan spend before it happens, automate optimization safely, and prove value in weeks, not quarters.
    Learn More
  • 1

    HTdesigner

    WYSIWYG HTML-редактор

    WYSIWYG HTML-редактор, ставящий перед собой цель создание свободного программного обеспечения для веб-дизайна. Внимание, необходимо в Firefox отключить security.fileuri.strict_origin_policy или запустить chrome с флагом --allow-file-access-from-files, как это сделать указано в README.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MassGeotagger

    MassGeotagger

    MassGeotagger lets you to geotag sets of JPG Photos with GPX logs

    MassGeotagger lets you select a photo, a photo folder or a folder tree and update the latitude and longitude coordinates in the EXIF data of the selected photos. To get the GPS coordinates, the method of choice is to select one or several GPX files and set the difference of time between APN time saved in EXIF data and GPS time. However other strategies to match JPG and GPS coordinates are available : by selecting one of the GPX waypoint, by selecting a point on the map or by user input. MassGeotagger can also be used to view the location of geotagged photos on a map.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3

    DJVUMan

    GUI for manipulating djvu files

    GUI for manipulating djvu files. Can combine some files, insert some files into existing djvu file, delete pages from djvu file. Has preview window. Based on utility djvm.exe from DjVuLibre package.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    DJVUEd

    GUI for editing djvu files metadata

    GUI for editing djvu files metadata. Can help avoid some mistakes during editing annotations, oulines, hidden text and naming pages. Based on djvused program from DjVuLibre package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Online Project Management Platform - Zoho Icon
    Online Project Management Platform - Zoho

    A plan put together with small businesses and startups in mind.

    Zoho Projects is a cloud-based project management solution that helps teams plan, track, collaborate, and achieve project goals.
    Learn More
  • 5
    Bambi Editor

    Bambi Editor

    Have fun with images!

    DISCLAIMER: I don't maintain my Sourceforge account anmymore. Bambi as all my other projects live @ https://github.com/mrazjava BambiEditor is a user friendly desktop image manipulation tool capable of easy and fast filter transformations and no-nonse printing. BambiEditor is also a web authoring tool for developers to allow their end users to upload images scaled exactly to specific web requirements. Simply deploy Bambi as Java Web Start, replace the default FilesystemImageExporter plugin with one of web upload plugins and you're good to go! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Y.A.P.R.M. is a free-as-in-freedom modeller to graphicaly design 3d scenes and generate POV-Ray-files for them. Appart from the basic POV-Ray objects which can be used in CSG operations it supports spline based objects. Furthermore a vast amount of 3d-files can be imported and used with Y.A.P.R.M.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7

    sodaCAD

    Pattern making software for the fashion industry.

    This project has moved to Github. The files here are no longer relevant. Any files downloaded from this site cannot be guaranteed as safe. Do NOT download from here. sodaCAD is an enterprise level 2-D vector based drafting program used by fashion designers and manufacturers to create and grade patterns used in the apparel industry. The project is in early development, being built from the ground up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Mollino

    Mollino

    Not your usual Architectural Modeler

    ...As I am an architect, and I know very little about programming, and wouldn't reach even in 10 years the necessary level to be able to write anything useful for this type of software, my part will be to bring ideas and coherence to this project. If you want to know some more : - go to the blog https://sourceforge.net/p/mollino/blog/ - write me a message ;) I speak french, german, english and italian. Martin Lucas
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Spaceship Generator || PartArt: Space
    ...Simply select the parts you want, move them around using the buttons or asdwqe keys, and finally save your creation to your computer with a transparent background. Ships are compatible with commercial projects - just mention Skorpio. To make the saved images more useful, open them in GIMP, autocrop them, adjust hue/saturation to get the desired colors, and scale them down to the point that the seams are less visible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • DialedIn: Cloud Contact Center Software Icon
    DialedIn: Cloud Contact Center Software

    Cloud Based Contact Center Software that Drives Success

    DialedIn is a modern call center software designed to transform customer interactions and streamline your operations, helping teams achieve more daily. By automating and optimizing key workflows across inbound, outbound, and blended environments, DialedIn helps you boost agent productivity and deliver better outcomes across every call.
    Learn More
  • 10

    cbzreader

    Cbz files reader

    Simple Qt based GUI to read cbz comics files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    Use PDEGraphics2D to create Processing vector graphics script files and deploy them in HTML. To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D g=PDEGraphics2D.paint(Component c); PDEGraphics2D g=PDEGraphics2D.paint(JComponent c); PDEGraphics2D g=PDEGraphics2D.paint(Window c); PDEGraphics2D g=PDEGraphics2D.paint(JApplet c); The getCode(..) and write(....) methods can then be used to access the generated script and create HTML documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DigiDo organizes appropriate handling of image and movie files like file renaming based on EXIF creation date. Furthermore EXIF data is updated with given Artist and Seriesname. Time/Date shifts correct time zone changes or incorrectly set camera date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    IV:MP GUI Editor

    IV:MP GUI Editor

    Advanced script editor IDE for squirrel/pawn/lua and more

    IV:MP GUI Editor is powerful, simple, stable and easy-to-use IDE for editing Pawn, Squirrel, Lua and other type of script files, like PHP and many others. Included compliers for Squirrel, Pawn and Lua, and some cool features, like functions list with details (code completion) for IV:MP and other, syntax highlighting, encoding auto-detection, options and stability. This is an open-source project, currently is in active development status. More info can be found in forum topic: http://forum.iv-multiplayer.com/index.php/topic,4680.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a project to set and read tags from FLAC, AAC,MP3 and soon OGG files (K)eiths (U)niversal (T)ag (E)ditor can auto detect the file type and read/write most common tags and output the results when reading tags into a standard form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CD+Graphics Magic
    ...Both karaoke and multimedia styles of content are supported. Please visit cdgmagic.sf.net for examples playable directly in the HTML5 CD+G player. CD+Graphics Scribe utility (separate download -- click "Browse All Files" above) can now convert existing CDG karaoke content to CMP (CD+Graphics Magic Project), LRC (Enhanced Lyrics), and ASS (Advanced SubStation Alpha) format.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 16
    PovClipse is an eclipse editor plugin for Povray (Persistence of Vision Raytracer) scene- and include files. It features syntax highlighting, code folding, code assist, outline view as well as running Povray or MegaPOV using render configurations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GIMPshop

    GIMPshop

    Modification of the graphics program GIMP to replicate Photoshop feel

    An upstream source site housing the original files for this mirror is no longer available. GIMPshop is a modification of the free/open source GNU Image Manipulation Program (GIMP), intended to replicate the feel of Adobe Photoshop. Its primary purpose is to make users of Photoshop feel comfortable using GIMP. It shares all GIMP's advantages, including the long feature list and customisability, while addressing some common criticisms regarding the program's interface: GIMPshop modifies the menu structure to closely match Photoshop's, adjusts the program's terminology to match Adobe's, and, in the Windows version, uses a plugin called 'Deweirdifier' to combine the application's numerous windows in a similar manner to the MDI system used by most Windows graphics packages. ...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 18

    Motion Graphs in Blender

    A Blender 2.6+ addon that aims to implement Motion Graphs

    ...This add-on implements motion graphs as described in Motion Graphs paper by Kovar, Gleicher, and Pighin from SIGGRAPH 2002. The add-on can import set of motion captured BVH files and construct a motion graph based on some given parameters. This motion graph can be stored in memory and used until Blender is running, or can be baked to a file in a compact format so that it can be retrieved later without the need of re-computation. This motion graph can be used to generate arbitrary length motions that is composed of frames from the original motions and some generated transition frames between them. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    gps2jpeg
    This software inserts and remove the tags exif latitude, longitude and altitude in jpeg, tiff and png images performing the geo-positioning of images, it uses tracklogs of GPS devices.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 20
    Picasa can tag your pictures with faces and geo coordinates. faces2pictures writes the face and geo tags into the files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Java library for loading, editing, analyzing and saving pixel image files. Java 1.1 or higher is required. Various file formats are supported, demo applications for the command line and the AWT GUI toolkit are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Flam3 Editor is built around the traditional flam3 software pack. The editor let you load, edit and save cosmic recursive fractal flames, like electric sheep or apophysis files, it handles traditional flam3 xml parameter files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    A handy tool for splitting jpeg image files into multiple jpeg files. Designed for splitting large maps for easier printing on A4 papers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    NxV is an 2D image editor with functionalities dedicated to people who use images analysis systems. Functionalities are : - 2D image Display - Histogram view - Profile of a line - 3D projections - mirror images, invert images. Many files are supported
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Simple Java Swing application that displays the raw header information of image files.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB