Showing 358 open source projects for "python basic project"

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
  • 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
  • 1

    BitrateCompressionCalculator for Python

    A simple Python utility to calculate file size from bitrate.

    BitrateCompressionCalculator for Python (BCCpy) is a very simple application for calculating a file size from length and bitrate. BCCpy came about as the result of my beginning to learn Python and recreating the basic functionality of a simple VB program I wrote back in 1999. Since I was never very proficient with Visual Basic (or Applesoft BASIC for that matter); this application is very basic and could use lots of improvements. I'll implement them as I learn them. As of October 6, 2018...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Bermuda Text-to-Speech

    This project includes basic NLP and DSP techniques for Text-to-Speech

    See TTS demo at: http://rslp.racai.ro/index.php?page=tts This is an entirely written in JAVA project which includes a set of tools and methods designed to enable Multilingual Text-to-Speech (TTS) synthesis. We currently support English and Romanian but we will soon train more models and make them available for download. If you want to read more about our other NLP and TTS tools check out http://nlptools.racai.ro.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    dastoryboard

    dastoryboard

    Storyboard software for classic animation

    A storyboard software that lets you draw storyboard pads, time them and show them as an animatic. You can make a video from the pads, for further editing and production. ffmpeg must be installed, if you want to export video. The current version is very basic. Plans for further development is outlined in the README file. dastoryboard is developed and tested under Linux. It should be possible to compile and run it under Windows and MacOS as well, but it hasn't been tested, and I don't...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    PyDPF

    A Digital Picture Frame Application written in Python

    PyDPF - A Digital Picture Frame Application to be used as MPD client and/or standard DPF that is controlled via a LIRC device i.e. infrared based remote controller. As user interface for graphical output a Appotech AX206 DPF can be configured, hence this application is designed for embedded linux devices without standard monitor. A virtual QT based DPF e.g. for test purposes is available,too. PyDPF is running fine on my RasperryPi. Please look at AudiculaPi project (https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    InproTK

    InproTK

    An Incremental Spoken Dialogue Processing Toolkit

    InproTK is an Incremental Spoken Dialogue Processing Toolkit, that is, a toolkit to help you build dialogue systems that listen and talk incrementally, allowing for advanced interactional behaviour. Please see our Wiki for more information: http://sourceforge.net/p/inprotk/wiki/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    convertToMP4

    Easily convert to MP4 with H264 and without all the codec hassle

    Convert existing media data (movies or images) to an mp4 movie, with the high performane h264 codec. Usually it takes quite a lot to get the video running as you wish. As convertion engine, Mencoder will be used. This script is intended to ease the creation of videos. It is suitable for the beginner or the lazy advanced people. It will not suite the professional wanting to have full control over all codec parameters. Consider donating to this project: https://sourceforge.net/projects...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Mollino

    Mollino

    Not your usual Architectural Modeler

    ..., 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
  • 8
    Imprudence viewer

    Imprudence viewer

    Imprudence is an open source metaverse viewer project.

    Imprudence is an open source metaverse viewer project based on the Second Life Viewer source. The goal of Imprudence is to greatly improve the usability of the Viewer through community involvement, thoughtful design, modern development methods, and a pro-change atmosphere.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9

    GPSMovieGenerator

    Create videos from image and video data linked with GPS tracks

    This is a python script for creating videos from GPS track and media data. It renders a moving map with the respective track. On that map, media thumbnails are displayed. These pop up when the track reaches them. If desired, an overlay map and some track statistics may be added to the video. Python3.3 will be needed An example video can be found here: http://www.youtube.com/watch?v=O_IiXrOfFCw&hd=1 To hard to use this script or don't know about linux/python etc ? get in touch with me...
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10
    UPNPLib-mobile

    UPNPLib-mobile

    Java/Android library for port mapping on UPnP routers

    This library allows to discover UPnP-compatible routers on the local network, get some basic router information, including model and version number, external and internal interfaces addresses, forwarded ports list. Library allows to add new and delete existing port mappings. UPNPLib-mobile is the port of the abandoned UPNPLib project developed by "sbbi". Unlike the original, UPNPLib-mobile intended to be used for Android software development. For more details about original UPNPLib...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a tutorial about how to create a video player. This tutorial pretends to be a brief introduction to the Graphics User Interfaces (GUI) programming, using the Python programming lenguage and Qt framework, both multiplataform. In this tutorial we'll use PyQt to show you the base of Qt programming under Pyhon. To make this tutorial even more funny, because you can learn the theorical side of Qt programming just reading the documentation, I will focus it only in the practical side...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GlfwCL: Tiny GLFW OpenCL GL & stb_image

    GlfwCL: Tiny GLFW OpenCL GL & stb_image

    GlfwCL: A tiny extendible OpenCL/GL project using GLFW and stb_image

    GlfwCL is a clean and lightweight framework for creating extendible and advanced OpenCL/GL applications. Software is MIT licensed (do whatever you like with the source).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    gPlayer

    gPlayer

    Music player with cover and lyrics display

    Due to name-conflicts, this project has moved to dacapo : https://sourceforge.net/projects/dacapo-player/ Lightweight music player, which shows fullscreen coverarts, pictures, metadata and even song-lyrics (unsynced and synced) stored in the audio-files . Runs on linux and windows. Uses Gtk+ and GStreamer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    JPacketGenerator

    UDP Packet Generator (Stream generator)

    Very basic UDP traffic generator. Works with a packet receiver to control the network status as Bandwidth, RTT, jitter, Loss % etc etc... Set Source Address, Destination address - Port Packet Size Stream Bandwidth And press start Command Line interface available java -jar JPacketGenerator.jar srcAddress srcPort dstAddress dstPort bitRate_bps All parameters are mandatory and with parameters the generator require no GUI or windows manager to work. If The project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tk is a GUI toolkit for Tcl. See Tcl project for releases and mailing lists. http://sourceforge.net/projects/tcl/ Bug reports to http://core.tcl.tk/tk/ Follow code development at http://core.tcl.tk/tk/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Totem power off plugin

    Plugin for automatic power off in Totem

    !!!!!======================================!!!! THE PROJECT CONTINUES ON GITHUB https://github.com/hornmich/totem-plugin-poweroff !!!!!======================================!!!! This plugin includes an ability to automatical power off or suspend the computer, when player reaches the end of playlist. User has an opportunity to choose between three actions. Do nothing, power off the computer or suspend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    pyirrlicht

    pyirrlicht

    Access to Irrlicht Engine SDK from assembler, C, Python, Basic, Pascal

    Python ctypes module for the Irrlicht Engine SDK for 2d/3d games and graphics. Compatibility with all Python versions, wich support ctypes module. Second internal project is SWIG wrapper. Additional support for SVG files over AGG or Cairo library. Also irrlicht_c library give access to Irrlicht functional from other programming languages: ASM (FASM), C (TinyC), Basic (FreeBASIC, thinBasic, OxygenBasic), Pascal, Gentee, AutoIt and game frameworks like GameMaker or Blitz.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18

    milbviewer

    See mlbviewer project for MiLB.tv support

    In 2013, MiLB.tv integration was added to mlbviewer (the MLB.TV big brother project.) A separate milbviewer will no longer be supported. A collection of tools to view and listen to streaming minor league baseball games from MiLB.tv on Linux. Please note that milbviewer is for paying subscribers to MiLB.tv: you will require a login and password from minorleaguebaseball.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    RGBLightControl

    LED Color Control System for RaspberryPi and Dreambox

    This project is about a light controlling system with a 4 RGB-LED channels to run different modes: • autonomously w/o PC performing HSI2RGB transformations and running through the color hues (with dimmable brightness) • remote operated by PC or embedded user software using the provided C++ Software library (based on Boost libraries) • ideal platform for color experiments with your RaspberryPi The system consists of 4 layers: • PCB with Atmel ATmega16 and FT232RL USB interface...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    FJMovieEditor

    FJMovieEditor

    A complete movie editor for animations and special effects

    This is a video editor for compositing and special effects.This editor is designed to create special effects and animations. But for editing video sequences, and basic effects as well. This editor is done so that all (or almost all) the effects can be animated. This project was not abandoned, but it is temporally inactive, will be reactivated soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VoiceCode is an Open Source initiative started by the National Research Council of Canada, to develop a programming by voice toolbox. The aim of the project is to make programming through voice input as easy and productive as with mouse and keyboard. For install, Use subversion, as described in this page: http://sourceforge.net/apps/mediawiki/voicecode/index.php?title=VCode_1_Doc/InstallationManual.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    musicexamples

    musicexamples

    (LaTeX package to) Manage music examples in LaTeX documents

    'musicexamples' consists of a LaTeX package, LilyPond configuration files and Python scripts to manage music examples in LaTeX documents. It supports any kind of images but was created with the LilyPond (www.lilypond.org) notation software in mind. It is part of the 'openLilyLib' family of LilyPond related resources. Please visit the project website for more information
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    SMPTE 2022-1 library for VLC & co

    Optimized and cross platform SMPTE 2022 FEC library in C, Python, Java

    Project moved to GitHub. https://github.com/davidfischer-ch/smpte2022lib
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Slcnc Mini Player

    A flash-free minimal player to add audio to your website. Embedable

    Add audio to your website without requiring Flash on the audience's browser. Embed the player on other websites. Let people embed your music on their own sites or blogs. Artist, song, album pages, easy to share on social networks. More information in the wiki section. Basic player allowing to stream the audio files you have on your web server, on any browser supporting iframes. See it working : http://meinthebath.com http://nicolaschartoire.com http://thekuangmusic.blogspot.com...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    K-3D is the free (as in freedom) 3d modeling, animation, and rendering system.
    Leader badge
    Downloads: 168 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.