py-spinners icon indicating copy to clipboard operation
py-spinners copied to clipboard

🔄 More than 60 spinners for terminal, python wrapper for amazing node library cli-spinners

Results 6 py-spinners issues
Sort by recently updated
recently updated
newest added

## Description of new feature, or changes Add the spinners.svg and update the README.md ## Checklist - [x] Your branch is up-to-date with the base branch - [ ] You've...

## Description of new feature, or changes Adds a spinner that looks like two characters flipping a table back and forth ## Checklist - [x] Your branch is up-to-date with...

## Description Currently, README is in markdown which is not supported by `pypi`. We need to convert the file to reStructuredText for pypi. This can be automated. ## People to...

documentation
hacktoberfest

## 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...

hacktoberfest

## Description of new feature, or changes Replaces README.md with README.rst. README.rst was generated using pandoc. ## Checklist - [x] Your branch is up-to-date with the base branch - [x]...

i add a class for just use it. declare a var of class call var return the next char in list of spinner type Example: ``` sp = Cli_spinner(type='pong') #...