Skip to content

Commit 71205e7

Browse files
authored
docs: badges update + add centering the heading text
Updated badge styles and added a 'Run Tests' badge.
1 parent bc41cc8 commit 71205e7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# PyCustomRand
1+
<div align="center">
22

3-
[![Python](https://img.shields.io/badge/Made%20with-Python-blue.svg)](https://www.python.org/)
4-
[![Last Commit](https://img.shields.io/github/last-commit/n1xsi/pycustomrand.svg)](https://github.com/n1xsi/pycustomrand/commits/main)
3+
# PyCustomRand
4+
5+
![Python](https://custom-icon-badges.demolab.com/badge/Python-3.8+-blue?logo=pythonn)
6+
[![Last Commit](https://img.shields.io/github/last-commit/n1xsi/pycustomrand.svg)](https://github.com/n1xsi/pycustomrand/commits/main)
7+
[![Run Tests](https://github.com/n1xsi/PyCustomRand/actions/workflows/python-app.yml/badge.svg)](https://github.com/n1xsi/PyCustomRand/actions/workflows/python-app.yml)
8+
9+
</div>
510

611
**PyCustomRand** — это Python-библиотека для генерации **псевдослучайных чисел**, основанная на алгоритме, использующем системное время с наносекундной точностью (time-based).
712
Проект также включает в себя кастомную реализацию математического (а не банковского) округления.

0 commit comments

Comments
 (0)