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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 22, 2019
834db32 · Oct 22, 2019

History

69 Commits
Oct 22, 2019
Oct 22, 2019
Oct 22, 2019
Oct 22, 2019
Oct 21, 2019
Oct 21, 2019
Oct 21, 2019
Oct 22, 2019
Oct 22, 2019
Oct 7, 2019
Oct 16, 2019
Oct 22, 2019

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