Skip to content

ZeroIntensity/mutstring

Repository files navigation

Mutstring

Make your Python strings mutable

please never use this ever oh god please

Quick Example

import mutstring

a = "hello"
a.capitalize()
print(a)  # Hello

mutstring.cleanup()

Installation

Linux/macOS

python3 -m pip install -U mutstring

Windows

py -3 -m pip install -U mutstring

Features

  • Bad code
  • Segfaults
  • Breaks about every library to exist

Why does this exist?

i don't know. see my other library, which this is built on top of.

Usage

If you want to use this awful library, just import it and call cleanup at the end of your script to prevent a segfault:

import mutstring

"hello {}".format("world")
print("hello {}")  # hello world

mutstring.cleanup()

About

Make your Python strings mutable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages