Skip to main content

A simple progress spinner for Python iterables

Project description

rennips

A minimalist Python progress spinner that provides a simple visual feedback for iterative processes with normal and simple display modes.

> "rennips" is simply 'spinner' spelled backwards.

Installation

pip install progressive-spinner

Usage

import time
from src.rennips import rennips


data = [x for x in range(50)]
for i in rennips(data, desc="Counting...", mode="SIMPLE"):
    time.sleep(0.05)

Features

  • Simple spinner animation (|/-)
  • Progress percentage
  • Item count
  • Elapsed time
  • Works with any iterable
  • Support for iterables without known length

Roadmap

Future features and improvements planned for Rennips:

Short-term Goals

  • Big mode: Large-scale spinner display for better visibility in terminal
  • Manual spinner control: Support for non-iterable progress tracking, allowing start/stop/update operations

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rennips-0.1.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

rennips-0.1.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page