GUI Search bar for searching on YouTube Written in Java using the Swing framework.
Why you ask? Simple! The homepage of YouTube sucks and it’s distracting when you’re tying to find useful information, plus it saves you some time by opening your browser and searching the results for you!
You can automate the application lunch by using the batch script provided for Windows (Optional : You can also add the script to your system environment variable)
- Works on Both Linux and Windows
- You can change the Browser to Brave for Windows by modifying the isBrave to True and isFirefox to false in the code.
- Have JDK installed on Your Machine (Tested with JDK17)
- Have Firefox installed on Your Machine
git clone https://github.com/satyarsh/YTSearcher.git
cd YTSearcher/
java YTSearcher_V1.1.java
Or
javaw YTSearcher_V1.1.java