Git Product home page Git Product logo

dosview's Introduction

Dosview

Overview

Dosview is a lightweight, efficient log viewer written in Python3, utilizing the Qt framework for its graphical interface. It is designed to facilitate quick viewing and analysis of log files directly from the command line.

obrazek

Features

  • Command Line Interface: Start viewing logs with a simple command.
  • Fast Performance: Optimized for quick loading and smooth scrolling through large log files.
  • Cross-Platform Compatibility: Works on any platform that supports Python and Qt.
  • Callable from gui: Dosimeter file can be opened from graphical file browser.

Installation

Dosview can be installed using several methods. Below are the instructions for each:

From PyPI Repositories

  1. Simply run the following command:
    sudo pip3 install dosview
    

From GitHub Repository Using pip

  1. Ensure you have pip installed on your system.
  2. Run the following command to install directly from GitHub:
    sudo pip3 install git+https://github.com/UniversalScientificTechnologies/dosview.git
    

From local repository clone using pip

  1. solve requirements from previous instructions
  2. Clone your repository
  git clone git://github.com:UniversalScientificTechnologies/dosview.git
  cd dosview
  sudo pip3 install . 

From setup.py

This way is not recomended

  1. Download the source code from the GitHub repository.
  2. Navigate to the directory containing setup.py.
  3. Run the following command:
    sudo python3 setup.py install
    
    This will install the necessary dependencies and the dosview tool.

This way is usefull for develop setup. oou can replace install with develop.

Usage

To use dosview, open your command line interface and execute the following command:

dosview <filename>

Replace <filename> with the path to the log file you wish to view.

Configuration

Dosview does not require additional configuration. It is ready to use immediately after installation.

dosview's People

Contributors

roman-dvorak avatar

Watchers

 avatar  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.