Skip to content

DerSchinken/BetterString

Forks Stargazers Issues Python

BetterString

Like a normal string but with more functionality
Explore the docs »

Report Bug · Request Feature
View source code

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing

About The Project

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Python >= 3.6

Installation

  1. Open a terminal
  2. pip install BetterString
    If it doesn't work, try:
    pip3 install BetterString

If it still doesn't work install pip or install a supported python version

Usage

After Installing import BetterStrings and you can use it! For more information:
Go to the Documentation

Contributing

Contributions are what makes the open source community such an amazing place to learn, inspire and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Misc

The GitHub Pages Page is not quite finished