Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uuid32

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid32

A library to generate 32-character random strings using digits and lowercase letters.

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

uuid32

A simple library to generate 32-character random strings using digits and lowercase letters.

Installation

pip install uuid32

Usage:

from uuid32 import uuid32

random_string = uuid32()
print(random_string)  # Example output: 'abc123xyz456mno789pqr123stu456vw'

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc