Showing 2802 open source projects for "file python"

View related business solutions
  • 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
  • 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
  • 1
    Py Linked Table Manager

    Py Linked Table Manager

    This application is to relink/update/refresh MS Access tables.

    Py Linked Table Manager will help you relink/update/refresh MS Access tables and also supports UNC paths. This application only works on Access 97-2003 and does not work on Access newer than 2003. Supports (mdb, .mda, .mde, .mdw). This application is developed on Python using Tkinter.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2

    Igorx

    Modular Web-/Application server framework

    Igorx is a modular Web-/Application server written in Python and C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MapFramer

    MapFramer

    Create cartographic map frames from an XML template

    mapframer is a commandline program that reads a map frame specification from an XML-file and outputs a map frame to a PDF-file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Media Layer AI
    ...... -Support for OpenVG, SDL and wxwindows. -Support for keyboard, joystick and mouse -New config file structure -No longer dependent on python Shelf or SqLite for metadata. Everything is XML Our goal for this version is to re-architect and polish the 0.7x code and create a package that can be run easily and stably on Windows, OSX and Linux - specifically targeting devices like the Blackberry Pi
    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
  • 5
    For the gimp-imparied people out there like me, a simple picture editor that attempts to allow simple editing features on screenshots. Applying the KISS principal, the goal was to make things like lines, arrows, circles, boxes, callouts to be simple. HELP NEEDED: Please sign up for a sourceforge account and write tickets. There are plenty of bugs, but it helps us if you see them and report them. Also, let us know what platform you are using oneshot on. Obviously it is currently...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Data Migrator for Oracle

    Migrate/Copy your data between Oracle database and 13 major DBs.

    Command line data Copy/Migration tool for Oracle. Supports Oracle 7.3, Oracle 8i, Oracle 9i, Oracle 10G, Oracle 11G and 13 major databases. 1. Exadata 2. Sybase ASE 3. Informix Innovator C 4. Sybase SQL Anywhere 5. DB2 UDB 6. CSV 7. SQLServer 8. MariaDB 9. Sybase IQ 10. PostgreSQL 11. MySQL 12. Informix IDS 13. TimesTen
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Multi Whois Client
    Multi Whois is a small whois domain name search program capable of finding bulk domains via a wordlist file or specific domains provided by the user. It's a good way to search for domains that are available to buy. The wordlist format consists of a domain name per line with or without the .dot tld.. Examples below google yahoo foobar Note:Must select a tld from the dropdown box or google.com yahoo.net foobar.guru
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    M0Droid

    A malware detection technique

    This is an Android malware detection technique based on system call extraction. The code is written with Python 2.7 and require Android SDK to launch virtual Android device and communicate with it. This program uses correlation coefficient to compare the signature of the app with the dataset (blacklist).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Optimal BPM

    Optimal BPM

    The beat of your business

    ... it generates Python code and leaves the engine mechanics to its scripting engine. This enables it to: * be very flexible * be truly multi-platform * draw from all the features available to the language and its sprawling ecosystem * partake in that ecosystem as a library. It has a strong focus on ease of use and low maintenance. Anyone should be able to get started with minimal outside(consultants) help and quickly get the system working. Note : Its sibling projects, QAL (https://sf.net/p/qal)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10

    pyWeb Literate Programming Tool

    Literate Programming in pure Python

    pyWeb is a Literate Programming tool that will work with any markup language and any programming langauge. The idea is to allow you to create great documentation with as constraints or limitations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Quivi is a comic / manga reader but also an general purpose image viewer for Windows which supports many file formats and compressed (zip, rar) files. It is aimed for fast & easy file browsing with keyboard or mouse.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 12

    Pytner

    Leitner flash card system based on Python

    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CSV*Loader PRO (Windows command line)

    Loads CSV file to14 databases

    Windows command line tool for CSV data load to 14 relational stores.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CFPanel

    Web panel for keeping track of crowdfunding projects

    A web panel where to keep track of crowdfunding projects in which you have taken part.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    simplex with branch and bound

    A tool for teaching simplex and branch & bound methods

    This is a tool for teaching simplex and branch & bound methods. For simplex method, it comes with several examples including degeneracy and cycling, and allow the user to dictate how to pivot. For branch and bound method, it is desinged to interact with the user to explore all possible branch and bound trees. The user can also load a problem from a text file or simply type in a model directly. The format is very simple and very similar to the LP format, see the packed-in examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Chat_Bot

    Chat_Bot

    A chat bot that talks to users on Omegle Site

    Here is a chat bot that will talk to users on Omegle Site, it uses AIML, python and requires connection to internet to work. You'll be amused to see the bot chat with other people on Omegle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Vaultier - Team Password Manager

    Vaultier - Team Password Manager

    Linux based collaborative password manager with strong encryption.

    Open source enterprise collaborative password manager and file storage. Download and install on your own servers or let us prepare your installation on dedicated server. Store and share your sensitive data safely and manage users who are allowed to access the information. Vaultier is based on advanced security technology (RSA over AES). All data stored in Vaultier databases are encrypted. Only authorized users with valid keys can read them. Encryption keys always stay on client machines...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Contact Manager Diary

    Contact Manager

    A program written in tkinter / python to handle yours contacts (name, first name, phone number, email and role) Prérequis / prerequisites : Python > 2.5 and tkinter installed
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    A collection of python module, libraries and final users utilities in Python language. Targets can be end user desktop, but also Python developer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MusicPlayer

    MusicPlayer

    Music player - endlessly plays your music

    This music player is supposed to be simple and all centered around an infinite intelligent queue (some other players call this PartyShuffle or DJ mode). You can manually add songs to it - but if you don't or the queue gets too short, it will automatically intelligently fill it with further songs. The intelligent queue decision currently is based on: * song ratings * context-based choices, e.g. related songs more likely Other features of this player: * open source, simplified BSD...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Dual-Boot Filename Filter

    Sustain data readibility in a dual-boot Windows-Linux environment

    The Dual-Boot Filename Filter makes it easy to sustain data readability in a dual-boot Windows-Linux environment, or even when you want to write your data to a disc. Windows have much stricter rules for file naming than other operating systems, so it is not always easy to create data on Linux, which will be read in Windows. Even burning discs can be tiresome, if they have to be readable in both environments. Common disc burning programs are able to rename your files if their name do...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SAMoCAD

    SAMoCAD

    Simple CAD program

    SAMoCAD - its program to create simple drawings, partially supports DXF. Main features: - create simple objects (line, arc, circle) - create complex objects (text, dimensions) - edit drawn objects - save drawing to SVG format - output drawing in PostScript format - export/import content DXF files (primitives LINE, CIRCLE, ARC, TEXT, DIMENSION) Program written in Python 2 and use the library Tkinter. Program requires no installation, but you need install Python 2.7 or later on your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    DataMule

    Extract-Copy-Load (ECL) tool for 14 databases.

    Extract, Copy and Load operations for: 1. Sybase ASE 2. Informix Innovator C 3. Sybase SQL Anywhere 4. DB2 UDB 5. SQLServer 6. MariaDB 7. Sybase IQ 8. PostgreSQL 9. MySQL 10. Informix IDS 11. TimesTen 12. Oracle 13. SQL Lite 14. Exadata Total 224 data copy vectors. CSV -> DB. DB->DB DB->CSV
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Centralized package manager (CPacMan) - package management (redistribution) solution for server farms. Central package redistribution system increases security and improves manageability.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Protein SDK

    Web. Desktop. Best of both worlds.

    Protein SDK is an easy to learn and adapt python software development kit for excellent GUI desktop applications. You can create a desktop application using python, html, css, javascript or jquery in minutes! The SDK allows you to: - Run python code, on any javascript event. - Render result of python function dynamically - Create HTML User Interfaces, using standard HTML. The SDK is powered by: - Google Chrome apps - Python anywhere - Cherrypy Web Framework Though...
    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.