Code Monkey home page Code Monkey logo

py-spinners's Introduction

spinners

๐Ÿ”„ More than 60 spinners for terminal, python wrapper for amazing node library cli-spinners

Build Status Build status PyPI awesome

spinners

The list of spinners is just a JSON file.

If you're looking to use them, consider using halo module for Python, or ora for node.

Install

$ pip install spinners

Usage

from spinners import Spinners #Enum

print Spinners.line.value
# {u'frames': [u'-', u'\\', u'|', u'/'], u'interval': 130}

Like it?

๐ŸŒŸ this repo to show support. Let me know you liked it on Twitter. Also, share the project.

Related

License

MIT ยฉ Manraj Singh

py-spinners's People

Contributors

dsully avatar manrajgrover avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

py-spinners's Issues

Demos: Move demo gifs to svg based demos

Description

Currently, we make use of gif demos, which is cool, but not as cool as svg-term-cli. Need to explore and move demos to svg based terminal sessions to improve documentation.

Bug: enum34 conditional requirement for poetry

Description

We have migrated to poetry for our python 3.6+ development. It picks up the enum34 conditional include as a dependency unless the format of setup.py is changed.

System settings

  • Operating System: aws linux
  • Terminal in use: bash
  • Python version: 3.6+
  • halo = "^0.0.28" is bringing in py-spinners

Error

Traceback (most recent call last):
File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.7/site-packages/pip/main.py", line 16,
in
from pip._internal import main as _main # isort:skip # noqa
File "/usr/local/lib/python3.7/site-packages/pip/_internal/init.py",
line 4, in
import locale
File "/usr/local/lib/python3.7/locale.py", line 16, in
import re
File "/usr/local/lib/python3.7/re.py", line 143, in
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.