Skip to content

CommonPolarity/SaySomething

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SaySomething 💬

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.

Prerequisites

  • Git/GitHub Desktop

  • Something that can run JVM

    • ...along with that obviously JDK
  • Some sort of terminal (or another environment like BlueJ)

How to get this running

  • 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!

Information

  • 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).
  • JDK version 11 is required for this program due to the use of .repeat(). Sorry if any of yinz like Java 8 D-:>

About

A basic program which displays whatever inputted text into a callout.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages