Skip to content

A standalone application to save internet tabs without eating up RAM.

Notifications You must be signed in to change notification settings

pluvio72/InternetTabHolder

Repository files navigation

Internet Tab Holder

  • python3 setup.py
  • pip install -r requirements.txt
  • python3 main.py

Build:

Mac:
  • pip install pyinstaller
  • pyinstaller --clean -y --windowed --onefile --name='InternetTabHolder' --add-data 'chromedriver_mac_77:.' -i resources/app.icns main.py
Windows:
  • pip install pyinstaller
  • pyinstaller --name=InternetTabHolder --clean --onefile --noconsole --add-data chromedriver_win32_77;. -i resources\app.ico main.py

About

A standalone application to save internet tabs without eating up RAM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages