Metadata-Version: 2.4
Name: Pratik
Version: 1.3.3
Summary: A library of various functions and classes helping to program more efficiently and more intuitively.
Project-URL: Homepage, https://github.com/LassaInora/Pratik
Project-URL: Repository, https://github.com/LassaInora/Pratik.git
Project-URL: Issues, https://github.com/LassaInora/Pratik/issues
Author-email: LassaInora <contact@lassainora.fr>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Keywords: Pratik,python,utils
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown

<div align="center">

[![Logo Pratik](https://raw.githubusercontent.com/LassaInora/LassaInora/refs/heads/project-icon/pratik/logo.png)](https://pypi.org/project/pratik/)
# Pratik
[![LassaInora - Pratik](https://img.shields.io/static/v1?label=LassaInora&message=Pratik&color=yellow&logo=github)](https://github.com/LassaInora/Pratik "Go to GitHub repo")
[![GitHub tag](https://img.shields.io/github/tag/LassaInora/Pratik?include_prereleases=&sort=semver&color=orange)](https://github.com/LassaInora/Pratik/releases/)
[![stars - Pratik](https://img.shields.io/github/stars/LassaInora/Pratik?style=social)](https://github.com/LassaInora/Pratik)
[![forks - Pratik](https://img.shields.io/github/forks/LassaInora/Pratik?style=social)](https://github.com/LassaInora/Pratik)

[![PyPI version](https://badge.fury.io/py/Pratik.svg)](https://badge.fury.io/py/Pratik)
[![Supported Versions](https://img.shields.io/pypi/pyversions/Pratik.svg)](https://pypi.org/project/Pratik)

___

</div>

# Overview
Pratik is a Python library designed to provide multiple practical tools for designing Python scripts. It includes a 
terminal menu manager, a Singleton class, a simple logging tool, a progress bar, and much more!

# How to use
## Installation
- Unix/ macOS : `python3 -m pip install --upgrade Pratik`
- Windows : `py -m pip install --upgrade Pratik`

## Library Interface

Pratik is a library of various functions and classes helping to program more efficiently and more intuitively.  
→ [How to use the library?](https://github.com/LassaInora/Pratik/wiki)

# Contributors

### Library created by

* [LassaInora](https://github.com/LassaInora)

# Licence

This project is licensed under the [GNU General Public License v3](LICENSE).