Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroto521/flow.launcher.plugin.howbigyournumber
Give a unit to the number.
https://github.com/zeroto521/flow.launcher.plugin.howbigyournumber
Last synced: 18 days ago
JSON representation
Give a unit to the number.
- Host: GitHub
- URL: https://github.com/zeroto521/flow.launcher.plugin.howbigyournumber
- Owner: Zeroto521
- License: mit
- Created: 2021-02-22T07:48:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T13:18:00.000Z (over 3 years ago)
- Last Synced: 2024-10-28T23:42:37.682Z (2 months ago)
- Language: Python
- Size: 195 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How Big Your Number
Give a unit to the number.
[![Build Status](https://travis-ci.com/Zeroto521/Flow.Launcher.Plugin.HowBigYourNumber.svg?branch=master)](https://travis-ci.com/Zeroto521/Flow.Launcher.Plugin.HowBigYourNumber) [![codecov](https://codecov.io/gh/Zeroto521/Flow.Launcher.Plugin.HowBigYourNumber/branch/master/graph/badge.svg)](https://codecov.io/gh/Zeroto521/Flow.Launcher.Plugin.HowBigYourNumber)
![screenshot](assets/example.png)
## :wrench: Configuration
- `local`: `str`, language.
- `units`: `list`, the unit of number.
- `precision`: `int`.More configuration options, please see [config](.env).
## :pushpin: Requirements
- Python3.6(+)
- `pyperclip`
- `python-dotenv`More requirements, please see [requirements.txt](requirements.txt).