Inspiration
In English class, we explicate and analyze poetry. Music is a form of poetry. However, many song lyrics that high school students like have a lot of school-inappropriate words. What to do? How do we get rid of these certain words from the songs?
What it does
You give the java program some song lyrics. You give the program some taboo words to remove. The program reads through the lyrics and replaces the taboo words with stars ****.
How I built it
I used my Java skills and used an online IDE called repl.it
Challenges I ran into
Repl.it didn't really work with making project folders and it was a very different style than I was accustomed to. I had trouble the the various conditions to make the project actually more responsive to the user. I also had some logic bugs in regards to having lines get deleted from the final result, and being unable to count with null pointer exceptions.
Accomplishments that I'm proud of
It works 100% and is very cool.
What I learned
Java skills, mainly.
What's next for Watch Your Profanity
Some sort of web interface that would be seen more frequently on the web.
Built With
- java
- repl.it
Log in or sign up for Devpost to join the conversation.