Skip to content

First Release

Compare
Choose a tag to compare
@TheItsNameless TheItsNameless released this 02 Jul 20:11
· 29 commits to main since this release

Installation

The easiest and recommanded way of installing ItsUtils is by using pip:

pip install ItsUtils

This will install the newest release. If you really want to install this release, use:

pip install ItsUtils==0.1.0

Or alternatively download the .tar.gz given in this release, unpack it and run:

cd ItsUtils-0.1.0
pip install .

What's New

StringMath

Use this module to convert a stringified mathematical expression into a solvable expression and solve it.

DebugPrompt

Ask the user for input, but with timeout! It returns None if the user lets it timeout.

Full Changelog: https://github.com/TheItsProjects/ItsUtils/commits/v0.1.0