Code Monkey home page Code Monkey logo

packman's Introduction

Packman

This project was created because I used to use a limited data plan and needed a quick way to find out how much data I used in a single boot session.

preview1 tray

Requirements

pyqt5

psutil

You will need pyuic5 installed on your system for makegui.py to work properly in case you want to contribute to the development of Packman. You will need pyqt5-dev-tools which can be installed with sudo apt install pyqt5-dev-tools on linux

Running

make run on systems with make installed

On Windows, run packman.bat or type py packman\packman.py

Installing dependencies with make

make deps

Installing dependencies manually

python3 -m pip install -r requirements.txt

How to use

The backlog level is a field that is subtracted from the GB and MB values This was added in case the user wanted to keep track of how much data they used beyond a threshold or values that were larger and therefore harder to keep track of. For example, if your Download is 550 MB, setting a backlog of 550 will reset it to 0 and but will continue increasing like before.

makegui.py: This creates python files in the gui directory of any ui file in the ui directory (for contributors)

Note that this app makes use of the psutil net_io_counters method to grab data based on the network interface

Milestone

  • Minimize to tray option
  • Graph feature
  • Ability to install
  • Data uploaded view
  • Data usage limits/alarms

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.