Skip to content

Commit b13bb47

Browse files
committed
Add logo
1 parent ff21592 commit b13bb47

3 files changed

Lines changed: 44 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **xulbux**
1+
# **xulbux**<a href="#xulbux"><img align="right" height="33" src="https://github.com/xulbux/python-lib-xulbux/blob/main/assets/logo.svg?raw=true"></a>
22

33
[![](https://img.shields.io/pypi/v/xulbux?style=flat&labelColor=404560&color=7075FF)](https://pypi.org/project/xulbux) [![](https://img.shields.io/pepy/dt/xulbux?style=flat&labelColor=404560&color=7075FF)](https://clickpy.clickhouse.com/dashboard/xulbux) [![](https://img.shields.io/github/license/xulbux/python-lib-xulbux?style=flat&labelColor=405555&color=70FFEE)](https://github.com/xulbux/python-lib-xulbux/blob/main/LICENSE) [![](https://img.shields.io/github/last-commit/xulbux/python-lib-xulbux?style=flat&labelColor=554045&color=FF6065)](https://github.com/xulbux/python-lib-xulbux/commits) [![](https://img.shields.io/github/issues/xulbux/python-lib-xulbux?style=flat&labelColor=554045&color=FF6065)](https://github.com/xulbux/python-lib-xulbux/issues) [![](https://img.shields.io/github/stars/xulbux/python-lib-xulbux?label=★&style=flat&labelColor=604A40&color=FF9673)](https://github.com/xulbux/python-lib-xulbux/stargazers)
44

@@ -20,11 +20,13 @@ For the libraries latest changes and updates, see the [**change log**](https://g
2020
Run the following commands in a console with administrator privileges, so the actions take effect for all users.
2121

2222
Install the library and all its dependencies with the command:
23+
2324
```console
2425
pip install xulbux
2526
```
2627

2728
Upgrade the library and all its dependencies to their latest available version with the command:
29+
2830
```console
2931
pip install --upgrade xulbux
3032
```
@@ -45,11 +47,13 @@ When the library is installed, the following commands are available in the conso
4547
## Usage
4648

4749
Import the full library under the alias `xx`, so its modules and main classes are accessible with `xx.module.Class`, `xx.MainClass.method()`:
50+
4851
```python
4952
import xulbux as xx
5053
```
5154

5255
So you don't have to import the full library under an alias, you can also import only certain parts of the library's contents:
56+
5357
```python
5458
# LIBRARY SUB MODULES
5559
from xulbux.base.consts import COLOR, CHARS, ANSI
@@ -159,6 +163,7 @@ from xulbux.color import rgba, hsla, hexa
159163
## Example Usage
160164

161165
This is what it could look like using this library for a simple but ultra good-looking color converter:
166+
162167
```python
163168
from xulbux.base.consts import COLOR, CHARS
164169
from xulbux.color import hexa

assets/logo.svg

Lines changed: 38 additions & 0 deletions
Loading

assets/repo_card.png

226 KB
Loading

0 commit comments

Comments
 (0)