SaySomething is a simple cowsay-inspired program that generates given text in a speech bubble.
NOTE: This is an old project from 2024. A version with more features (SaySomething+) is in the works :3
_____________
/ \
|Hello, World!|
\__________ /
\/
An example of an output given.
-
Git/GitHub Desktop
-
Something that can run JVM
- ...along with that obviously JDK
-
Some sort of terminal (or another environment like BlueJ)
-
First, clone the repository with Git or clone using GitHub Desktop.
git clone https://github.com/CommonPolarity/SaySomething.git
-
Secondly, open your terminal of choice and CD into directory
SaySomething
. -
Next, run the command in order to compile SaySomething.java. You only need to do this once unless you edit it.
javac SaySomething.java
-
Finally, run SaySomething by typing:
java SaySomething
The program should now pop up!
- Although you can exit using
Ctrl+C
, it's miles easier to just use the built in command in the program,!exit
! - To use it, just type
!exit
whenever it asks for you to type something.- It will throw something that says:
Are you sure you want to exit? (y/n)
- To exit, type Y (or y).
- It will throw something that says:
- JDK version 11 is required for this program due to the use of
.repeat()
. Sorry if any of yinz like Java 8 D-:>