Metadata-Version: 2.4
Name: naujoks
Version: 0.1.25
Summary: Python utility and cryptography library
Author: Vincent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography>=45.0.0
Requires-Dist: qrcode
Requires-Dist: browser_cookie3
Requires-Dist: flask
Requires-Dist: requests
Dynamic: license-file

# infrared

## Requirements

- Python 3.11 or newer
  https://www.python.org/downloads/

## Make a project and change to your project

```bash
mkdir your_project
cd your_project
```

## Create and use virtual environment

```bash
python3.11 -m venv venv
source venv/bin/actiavte
```

## Install vincisex (VincisEx) = Vinci´s Executables

### What did you have in mind?

```bash
python -m pip install --upgrade --no-cache-dir vincisex
```

# USAGE EXAMPLE

```python
import vincisex

vincisex.cwd_files()
```

creates RSA private and public key in current working directory
