7a4f318be61a936a665679d08132f6e6ddf75271
Countroll - Description
Countroll is designed to make using counting bots a bit more interesting. It turns integers into complex, unreadable mathematical expressions, perfect for showing off your mathematical knowledge to you friends! Countroll uses the following operators to make your integer as complex as possible
- Addition | +
- Subtraction | +
- Multiplication | *
- Division | /
- Square Root | sqrt()
- Exponentiation | ^
Compatibility
Countroll is currently only compatible with Numselli's counting bot, although I hope to be able to support more counting bots soon!
Usage
- Compile the Java program from the source, or download a Precompiled Jar
- Execute it through the command-line
java -jar Countroll-<version>.jar [args] - Enter a target integer. (Whole number ie: 1, 16, 4096)
- Copy the outputed expression and use it wherever you'd like!
Arguments
There are multiple command line arguments you can use for ease of use
| Argument | Alias(es) | Description |
|---|---|---|
| --copy | -c | Automatically copies the output to your clipboard |
| --verbose | -v | Enables verbose output for debugging |
| --color | -rgb | Enables colored output for debug/it looks cool |
| --deep | -d | Will run the Complexers on the Increaser values |
| --help | --h, -h | Shows a message like this table |
Compiling
Make sure you have Java 17 or higher installed on your system!
- Clone the repo
$ git clone https://github.com/thetrouper/Countroll/ - Change directory to the repo
$ cd Countroll - Build with gradle
$ ./gradlew build - Build will be output to
/Countroll/build/libs
Description
Languages
Java
100%