Showing 34 open source projects for "google-visualization-python"

View related business solutions
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 1
    Brotli

    Brotli

    Brotli compression format

    Version 1.0.9 contains a fix to "integer overflow" problem. This happens when "one-shot" decoding API is used (or input chunk for streaming API is not limited), input size (chunk size) is larger than 2GiB, and input contains uncompressed blocks. After the overflow happens, memcpy is invoked with a gigantic num value, that will likely cause the crash. Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm,...
    Downloads: 58 This Week
    Last Update:
    See Project
  • 2
    LAME (Lame Aint an MP3 Encoder)

    LAME (Lame Aint an MP3 Encoder)

    A high quality MP3 encoder

    LAME is an educational tool to be used for learning about MP3 encoding. The goal of the LAME project is to improve the psycho acoustics, quality and speed of MP3 encoding. Note: we provide source code only!
    Leader badge
    Downloads: 16,545 This Week
    Last Update:
    See Project
  • 3
    7Zip-GUI

    7Zip-GUI

    This is an alternative GUI for 7zip on Linux

    This program is a Debian-based Linux alternative to 7zFM on Windows. It's easy to use. Thanks so much for Igor Pavlov! https://github.com/shampuan/7Zip-GUI Bu program, Windows tarafındaki 7zFM'in debian tabanlı linux'lar için alternatifidir.
    Downloads: 33 This Week
    Last Update:
    See Project
  • 4

    littleutils

    Various small and useful command-line utilities

    The littleutils include duplicate file finders (repeats, repeats.pl, repeats.py), image optimizers (opt-jpg, opt-png, opt-gif, recomp-jpg), file rename tools (lowercase, uppercase, pren), archive recompressors (to-gzip, to-bzip2, to-bzip3, to-7zip, to-lzma, to-lzip, to-xz), a tempfile utility (tempname), file property tools (filedate, filemode, filenode, fileown, filesize, and lrealpath), and others. See the README file for more details.
    Downloads: 15 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 5

    AutoArchive

    A simple backup utility

    Utility to help create backups more easily. The idea of the program is that all essential information for creating a backup is in a single file. It can use ‘tar’ for creating archives, has a command line interface, and supports incremental backups.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Encrypt Express

    Encrypt Express

    A simple file/folder encryption application based on the 7zip-full.

    This program, based on the 7zip-full package on Debian systems, encrypts your files or folders along with their content names. It does this by entering a specified command and parameters into the 7zip tool using a Python script. https://github.com/shampuan/encrypt-express
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ZipLite

    ZipLite

    Comprimidor de Archivos

    Es un compresor de archivos que permite comprimir y descomprimir archivos y carpetas en formato zip. Este ofrece una interfaz con pestañas para facilitar la navegación y el uso de diferentes funcionalidades, como extraer archivos zip y compartir enlaces. Además su objetivo principal es ofrecer una herramienta ligera y eficiente para la gestión de archivos comprimidos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FractalImageCompression

    FractalImageCompression

    Java Fractal Image Compression based on Delaunay triangulation

    Implementation of the algorithm of the paper: "Fractal image compression based on Delaunay triangulation and vector quantization" It is a Fractal compression algorithm, based on relationships between regions of the image (in this case triangles), rather than in explicitly the pixel values themselves. Video...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    g3fc

    g3fc

    A modern, fast, and secure file archiver with built-in data resilience

    ...Its unique footer design allows for instant file indexing and searching, even in massive archives, eliminating the slow scans required by formats like TAR. G3FC is built for developers and power users, with native, open-source implementations available in Rust, Go, C#, and Python for true cross-platform performance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 10
    LinTAR-Archive-Manager

    LinTAR-Archive-Manager

    Winrar Alternative Archive Manager for Linux Systems

    ...The program has been packaged and made ready for use on Debian-based systems. Bug reports will help further develop the program. Concept & Project Design: @shampuan Implementation & Coding: @CekToR Programming Language: Python GUI: PyQT5 Licence: GPL Github: https://github.com/shampuan/LinTAR-Archive-Manager https://github.com/cektor/cektor
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Crunch

    Crunch

    Insane(ly slow but wicked good) PNG image optimization

    Crunch is an image compression tool for lossy PNG image file optimization. Using a combination of selective bit depth, color palette reduction and color type, as well as zopfli DEFLATE compression algorithm encoding that employs the pngquant and zopflipng PNG optimization tools, Crunch is effectively able to optimize and compress images with minimal decrease in image quality. While it may produce file size gains larger than those produced by lossless approaches, the impact on image quality...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    lzhw

    lzhw

    LZHW Windows command line lossless compression tool for tabular files

    ...Using an optimized algorithm (LZHW) developed from Lempel-Ziv, Huffman and LZ-Welch algorithms. The tool can work in parallel and most of its code is written in Cython, so it is pretty fast. It is based on python lzhw library. Full tool documentation can be found at: https://mnoorfawi.github.io/lzhw/6%20Using%20the%20lzhw%20command%20line%20tool/ While the documentation for the python library is at: https://mnoorfawi.github.io/lzhw/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    VideoCompress

    Compress videos, remove audio, manipulate thumbnails

    Compress videos, remove audio, manipulate thumbnails, and make your video compatible with all platforms through this lightweight and efficient library. 100% native code was used, we do not use FFMPEG as it is very slow, bloated and the GNU license is an obstacle for commercial applications. In addition, google chrome uses VP8/VP9, safari uses h264, and most of the time, it is necessary to encode the video in two formats, but not with this library. All video files are encoded in an MP4 container with AAC audio that allows 100% compatibility with safari, mozila, chrome, android and iOS. Works on ANDROID, IOS and desktop (just MacOS for now).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Grey Compressor+FTP

    Grey Compressor+FTP

    Grey Compressor+FTP compresses and uploads file to ftp server.

    Grey Compressor+FTP compresses and uploads a single.7z (7-Zip) file to an ftp server. An output .bat file and password .txt file are produced. Send the .bat file and .txt file to the recipient. The recipient then double-clicks the .bat file, and the .7z file is downloaded to the recipient's computer. Pros: * The bat file produced after the file/folder is compressed is the same size each time (easy to send to recipient). * No need to upload compressed file to ftp and send recipient...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    pyCompry

    pyCompry

    A Python Script to Compress and Backup a Folder

    This tool is featured with a very high compression mechanism hence useful in backing up large sized folders over a slow network, Or useful in reducing the backup size to a maximum possible. For detailed help, please refer to http://blogger.iamamazing.in/2016/01/automate-backup-with-python-script.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    squeeze

    compresses files by automatically selecting the best program

    squeeze is a python script that compresses a given (set of) file(s) by trying each compression program available on your system and keeping the resulting archive with the smallest size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ZipBackup

    ZipBackup

    Back up your files into zip and encrypted zip files.

    ...ZipBackup also supports 256-bit Advanced Encryption Standard (AES) security for your zip files - the same security used by the NSA for classified information. With both compression and encryption, this combination makes ZipBackup an ideal tool for storing backups offsite on systems such as DropBox or Google Drive. ZipBackup also provides a restoration panel where you can view and retrieve your previous backups. The tool lets you view or extract your files and folders as they were when the backup was made, regardless of the complex combination of full and incremental backups holding your data behind the scenes.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    English: Pyrotate is Python program for log files rotation. It uses any external archiver such as Winrar, 7-zip or gzip for compress and may rotate files in GNU/Linux logrotate's style. Program works in any OS such as Windows, Linux, Unix, Mac OS, etc, where Python may work. Dependencies: - Python v2.6 or better v2.7 (v2.5 for pyrotate v0.8 or earlier) - an external archiver Russian: Программа для ротации и/или архивации логов (и любых других) файлов, которая использует любой внешний архиватор и может ротировать файлы в стиле Линуксовой программы logrotate в любой ОС, где работает интерпретатор языка Python. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GPyFSA

    GPyFSA

    a gtk+ GUI front-end of fsarchiver

    a gtk+ GUI front-end of fsarchiver with mounting facilities. restoring is not yet functionnal. ====================================== PLANNING -- v 0.35 ------------------------ > delete ex menu, add single menuitem with one entry per tab > bind open file dialog actions on menuitem > set appropriate path archive in convenient tab, then display tab > show device path selection in status bar > when select restore archive, show info and enable to_device list ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is Python module for RAR archive reading. The interface is made as `zipfile` like as possible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Tarumba
    Tarumba is a desktop independent archive manager that provides fine control for compressed files in a two panel based interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    `archivemail' is a tool written in python for archiving and compressing old email in mailboxes. It can move messages that are older that the specified number of days to a mbox-format mailbox compressed with gzip, or optionally just delete old email.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    PyramidWorkshop is an image-compression System based upon the scientific work of John Robinson (inventor of BTPC) about image-compression with adaptive linear predictors and is in average more efficient than PNG/JPEG2000.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A GUI for p7zip, the console port of Windows 's 7zip.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A program for creating zip,tar and self extracting files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next