Showing 24 open source projects for "python lib flac"

View related business solutions
  • Extended Threat Intelligence | SOCRadar Icon
    Extended Threat Intelligence | SOCRadar

    See what hackers already know about your organization – and stop them from getting in.

    Enterprises need full-spectrum cyber intelligence—beyond social media and the dark web. SOCRadar monitors cloud buckets, dark web leaks, and external threats in real time. Automate takedowns, detect brand impersonations, and stay ahead of evolving attacks. Strengthen your security with Extended Threat Intelligence.
    Free Trial
  • 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.
  • 1
    ComfyUI

    ComfyUI

    The most powerful and modular diffusion model GUI, api and backend

    The most powerful and modular diffusion model is GUI and backend. This UI will let you design and execute advanced stable diffusion pipelines using a graph/nodes/flowchart-based interface. We are a team dedicated to iterating and improving ComfyUI, supporting the ComfyUI ecosystem with tools like node manager, node registry, cli, automated testing, and public documentation. Open source AI models will win in the long run against closed models and we are only at the beginning. Our core mission...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 2
    spdlog

    spdlog

    Fast C++ logging library

    spdlog is a header only library. Just copy the files under include to your build tree and use a C++11 compiler. It provides a python like formatting API using the bundled fmt lib. spdlog takes the "include what you need" approach, your code should include the features that actually needed. For example, if you only need rotating logger, you need to include "spdlog/sinks/rotating_file_sink.h". spdlog provides various log targets, which are, rotating log files, daily log files, console logging...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    ART ASCII Library

    ART ASCII Library

    ASCII art library for Python

    ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or letters to make a visual shape that is spread over multiple lines of text. ART is a Python lib for text converting to ASCII art fancy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    TextDistance

    TextDistance

    Compute distance between sequences

    Python library for comparing the distance between two or more sequences by many algorithms. For main algorithms, text distance try to call known external libraries (fastest first) if available (installed in your system) and possible (this implementation can compare this type of sequences). Install text distance with extras for this feature. Textdistance use benchmark results for algorithm optimization and try to call the fastest external lib first (if possible). TextDistance show benchmarks...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Smart Monitoring for Any Network. Powered by Open Source. Icon
    Smart Monitoring for Any Network. Powered by Open Source.

    Trusted by thousands of IT teams worldwide

    NMIS helps with fault, performance, and configuration management. It provides performance graphs, threshold alerting, and detailed notification policies with various methods. NMIS monitors an organization’s IT environment, helps identify and rectify faults, and provides valuable information for IT planning.
    Get a Free Trial
  • 5
    Ultroid

    Ultroid

    Telegram UserBot, Built in Python Using Telethon lib

    Ultroid, a pluggable telegram userbot, made in python using Telethon! Ultroid has been written from scratch, making it more stable and less crashes. Ultroid warns you when you try to install/execute dangerous stuff (people nowadays make plugins to hack user accounts, Ultroid is safe). Unlike many others userbots that are being suspended by Heroku, Ultroid doesn't get suspended. Ultroid has been written from scratch, making it more stable and less of crashes. Error handling been done in the best...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    maXbox

    maXbox

    maXbox: Precompiled Object Based Scripting Tool

    ... Scripting. Lib Units are precompiled and objects invokable! With a 120 part tutorial for coders.
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • 7
    maXbox5

    maXbox5

    maXbox is a script tool engine, compiler and source lib all in one exe

    The Art of Coding: maXbox is a script tool engine, compiler and source lib all in one exe to design and code your scripts in a shellbook! It supports Pascal, Delphi (VCL), Python (P4D), PowerShell and Java Script (Edge WebView).
    Downloads: 10 This Week
    Last Update:
    See Project
  • 8
    GDAL wheels for linux

    GDAL wheels for linux

    GDAL wheels for python and C/C++ projects (Linux only)

    To use precompiled wheels: 1) go to releases (Files) and download tarball needed; 2) install it with command: python3 -m pip install /path/to/wheel.whl Or simply use URL in pip: python3 -m pip install https://sourceforge.net/projects/gdal-wheels-for-linux/files/GDAL-3.1.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl/download URL may be found under "View details" button (i) To use GDAL in C/C++ project you need to link gdal lib AND all libs located at dir GDAL.libs...
    Leader badge
    Downloads: 105 This Week
    Last Update:
    See Project
  • 9
    Pandas TA

    Pandas TA

    Python 3 Pandas Extension with 130+ Indicators

    Technical Analysis Indicators - Pandas TA is an easy-to-use Python 3 Pandas Extension with 130+ Indicators. Pandas Technical Analysis (Pandas TA) is an easy-to-use library that leverages the Pandas package with more than 130 Indicators and Utility functions and more than 60 TA Lib Candlestick Patterns. Many commonly used indicators are included, such as: Candle Pattern(cdl_pattern), Simple Moving Average (sma) Moving Average Convergence Divergence (macd), Hull Exponential Moving Average (hma...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Fastest Observability Platform for IT, Apps, and Cloud | LogicMonitor Icon
    The Fastest Observability Platform for IT, Apps, and Cloud | LogicMonitor

    Overwhelmed by tech chaos? Unify your teams with real-time visibility and predictability.

    LogicMonitor’s SaaS-based observability platform empowers ITOps, developers, MSPs, and business leaders to monitor networks, applications, and cloud environments seamlessly. Gain full data center visibility, powerful dashboards, and flexible alerting to bridge the gap between tech and teams – all with AI-driven insights. Trusted by leading enterprises, LogicMonitor cuts troubleshooting time, boosts innovation, and delivers extraordinary employee and customer experiences. Transform IT operations with a solution built for modern businesses.
    Get Started
  • 10

    TA-Lib.git: Technical Analysis Library

    Mirror of the TA-Lib project using a Git repository

    This project is intended to provide Git access to the code of the original project, TA-Lib, which uses Subversion. It is intended for system integrators wishing to use TA-Lib in their Git-managed project through Git submodules or subtrees. No actual development is being done here; all development happens in the original project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AndroidAudioConverter

    AndroidAudioConverter

    Convert audio files inside your Android app easily

    Convert audio files inside your Android app easily. This is a wrapper of FFmpeg-Android-Java lib.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    deemon

    Deemon Scripting Language

    ... and understand and is mostly based on the common languages such as c/c++, java and python, though for those fascinated by it, reaches very deep and allows for pleasingly beautiful code to be written. If you wish to learn deemon, download any package and take a look at 'lib/tut' Note: If you've already used v100, you'll be happy to see how much deemon has grown in the five months that have passed. Keep up to date with deemon at: https://github.com/GrieferAtWork/deemon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Tygamusic

    A pygame music lib.

    This lib was produced while I was programming an other program/game. I was tired of pygame's bad system of handling playlists and the management of music in general. With this lib I want to create an layer that allows you to interact with the music, how you would expect it. Currently featuring: -Playlist -Normal pausing and resuming (played time isn’t lost when new song is loaded) -Automatic recognition of songs and adding them to a separate list
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ILNumerics.Net
    math lib for .NET. n-dim arrays, complex numbers, linear algebra, FFT, sorting, cells- and logical arrays as well as 3D plotting classes help developing algorithms on every platform supporting .NET. Sources from SVN, binaries: http://ilnumerics.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    TagTools for Linux

    A set of scripts to manipulate audio tags of various audio formats.

    TagTools for Linux is a set of scripts which can be used to manipulate audio tags of various audio formats (MP3, OGG, FLAC etc). In fact, it is an implementation of the Audio::TagLib library (http://search.cpan.org/dist/Audio-TagLib/lib/Audio/TagLib.pm), and provides it with a command-line and dialog-based interface. TagTools should also work correctly with tags written in different codepages (utf8, cp1251 etc). The following scripts are included: tag2fname - this is a command...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    I2C-LCD
    Python Lib to Control a I2C-LCD Display with PCF8574 expander.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    A python3 lib rendering html.parser into stack and callback models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Python-3-API to GTK. Simplicity first - just suited for UI-building of apps, in no way for widget-building. Currently 1500 lines for 15 widgets, 130 methods. View all files for some documentation and tests (METHOD-GUIDE.html gives hints for compilati
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Smart Id3 Tag from filename. Rename file from Tag. Full Regex Search & Replace. Intuitive parsing. Smart file numbering. Artist Album report. Split compilation album. Configurable text processing. mp3, flac, ogg, mp4, m4a, mp4p + more. Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Benetech Human Rights Program Utility Library: Collection of utilities used by the Benetech Human Rights programming for processing human rights data in preparation for statistical analysis. Library handles DSV files, name canonicalization, binarray, et
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A neural net module written in python. The aim of the project is to provide a large set of neural network types accessed by an API that is easy to use and powerful.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    collection good tip code as utility packet,esp. Chinses! and design one mail core Blog system. only through mail we can blogging us Blog! and as one opening proj. , let China Python easy share tip code into uniform packet; and enjoy OpenSource...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    CxxProf

    CxxProf is a manual instrumented Profiling library for C++

    Please take a look at our project wiki for more detailed information: https://github.com/monsdar/CxxProf/wiki/What-is-CxxProf%3F
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Le but de Molly est de fournir une interface de programmation haut niveau, facile à utiliser pour toutes les basses tâche de la programmation (manipulation de chaînes, fichiers, données, dessins, etc...). La difference désirée avec les autres outils comme Qt est de favoriser encore plus l'abstraction des objets/classes et de rendre accessible et modifiable les instances de ces classes pendant l'éxecution du programme via un langage de programmation anexe (Ruby, Python, etc..). L'objectif est de...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next