Skip to content

Text-based Browser (with browse-back functionality)

License

Notifications You must be signed in to change notification settings

veena-LINE/textbrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textbrowser

A simple text-based Browser with browse-back functionality

Files

  • requirements.txt
  • textbrowser.py
  • textbrowser.gif
  • README.md
  • LICENSE

Installation and Usage

This file is designed for use from the command line.

  • Save requirements.txt and textbrowser.py to a folder.

  • Navigate to that folder.

  • Launch command line/terminal

  • Check if you have packages bs4, requests and colorama installed separately (all three are listed in requirements.txt):

  • pip show requests

  • pip show bs4

  • pip show colorama

  • If there's warning for all of these packages, install them with the command pip install -r requirements.txt

  • Alternatively, install only the unavailable ones with pip install modulename where modulename is colorama for example.

  • Watch textbrowser.gif for a brief intro.

Now type: python textbrowser.py

Once you run the file, it will display how to pass parameters.

Contributing

Have something to add?

Propose changes to this repo via fork (makes a copy), modify the content, and create PR (Pull requests).

I will be happy to look into it or grant collaborator access.

Comments

Insights from a different set of eyes are important to me.

I appreciate comments, big or small.

Meta

URL: github

Distributed under the MIT License. See MIT License for more information.

About

Text-based Browser (with browse-back functionality)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages