PageCache enables you to save web content for offline access, ensuring you can view webpages even without an internet connection
In a world where internet connectivity isn't always guaranteed, accessing critical information can be a challenge. That's where PageCache comes to the rescue. This Python command-line application acts as your virtual library, allowing you to save webpages for seamless offline access. With PageCache, you can effortlessly store copies of web content, ensuring you're never left in the dark when the internet connection falters.
Requires Python version > 3.7
Run the following command to clone the repository
git clone https://github.com/AlenSenson/PageCache.git
Run the following command to install the dependencies
cd PageCache
pip install -r requirements.txt
Change the directory to the required folder
cd PageCache
To run use the following command
python PageCache.py
Use UP and Down keys to select
This version is optimised to run on Windows cmd