Bookmarks Plus - Team Jellyfish's Project for HackNC 2019.
Created within the span of just 24 hours.
Ever wanted to open multiple websites with only one click? Ever want to open multiple bookmarks at once without needing to save your browser session? Ever want to sign into websites with just a single click? This is the program for you!
Built with Python, PyQt, and Selenium, our GUI-interface program lets you create "bookspaces" (short for bookmark workspaces) that store multiple sites. Each time you create a bookspace, our program creates an associated Python script that you can run with just a single click in the main GUI window. You can also delete bookspaces or store log-in information to auto-log-into sites! And finally, being built in Python with a binding for Qt, this program is also cross-platform! (Note: only tested on Mac OS X and Windows 10)
Anh Nugyen - anhmn99
Peter Lee - Shadow63
Andy Chen - aychen99
- Install python 3.0 or later.
- Run the commands 'pip install PyQt5' and 'pip install selenium' from your OS's command line.
- Decide which browser(s) you want to use. If you want to use Mozilla Firefox, you will need to download Mozilla's Gecko Driver as well. If you want to use Google Chrome, you will need to download Chrome Driver.
- Download all the files in our repository to any folder in your computer and run 'MainWindow.py'! If you want, you may also create a desktop shortcut to access it even more easily.