Giter VIP home page Giter VIP logo

ismlsmile / nimbus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neurodiverseesoteric/nimbus

0.0 2.0 0.0 13.84 MB

A fairly hacky Qt Web browser, made for my own selfish purposes. It is coded in Python 3 and uses PyQt for its interface.

Home Page: http://foxhead128.github.io/nimbus/

License: Other

Python 62.61% CSS 1.59% JavaScript 6.57% Java 28.71% HTML 0.27% TypeScript 0.25% Shell 0.01%

nimbus's Introduction

nimbus

Nimbus is a somewhat hacky Qt-based Web browser coded in Python 3. It is tailored specifically for my use case, but I have open-sourced it due to 1) personal ideology, and 2) personal convenience. Maybe someone will find it useful for something. Be warned that there are no claims of stability, security, or usability in Nimbus, since it is being made for no one but myself.

Nimbus more or less covers the following use case:

  • X11 user.
  • Heavy use of keyboard shortcuts.
  • Long periods of time spent in fullscreen mode.
  • Limited use of bookmarks and history.
  • Lots of forum browsing.
  • General dislike of ads.
  • Some basic desire to add features to the browser.
  • Use of GitHub as an image hosting service.

The wiki contains information on security advisories, extensions, and some questions and statements you may have.

Dependencies

Nimbus depends on Python >=3.2 and either PyQt5 or PyQt4, with python3-dbus and feedparser as optional dependencies. It is possible that it will work in versions of Python 3 below 3.2 as well, but this has not been tested before.

Nimbus does not work in Python 2.x and I have no plans to support it.

You can install all of Nimbus's dependencies on Debian-based platforms using the following command:

sudo apt-get install python3 python3-pyqt5 python3-pyqt5.qtwebkit python3-dbus python3-dbus.mainloop.pyqt5 python3-feedparser

Running Nimbus on Linux

Simply run the following:

./nimbus

Alternatively, you can try the following:

./lib/nimbus.py

Nimbus running on Debian
Nimbus running on Debian

Installing Nimbus on Linux

Note: You don't have to install Nimbus in order to run it; see previous section.

If you want to install Nimbus system-wide, you will need setuptools. On Debian-based platforms, you can install it with the following command:

sudo apt-get install python3-setuptools

Once that's done, run the following:

sudo python3 ./setup.py install

Uninstalling Nimbus on Linux

Simply run the following:

./uninstall.sh

Running Nimbus on other platforms

The wiki contains instructions on getting Nimbus to run on Windows and OS X.

Licensing information

See LICENSE.md for more details.

nimbus's People

Contributors

n303p4 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.