Skip to content

gopalcnepal/psutil-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


PSUTIL-Dashboard

PSUTIL based Dashboard for viewing your system information.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Screenshot
  6. Contributing
  7. License
  8. Contact
  9. Acknowledgments

About The Project

PSUTIL Dashboard

This is a fun project that I have started to learn Flask. In this project I will combine the power of psutil module to extrct the system information and display in the dashboard.

This Project is test only on macOS Monterey. However the aim of project is to make it compaitable to run on any OS.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

  1. Clone the repo

    git clone https://github.com/gopalcnepal/psutil-dashboard.git
  2. Navigate to the project directory

  3. Install Python packages

    pip install -r requirements.txt

(back to top)

Roadmap

  • System Information
  • Hard Drive Information
  • Power Information
  • Memory Information
  • User Processes

See the open issues for a full list of proposed features (and known issues).

(back to top)

Screenshot

PSUTIL Dashboard Page

PSUTIL Dashboard Process Page

PSUTIL Dashboard Process Details

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

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

(back to top)

Acknowledgments

Following resources have helped me get inspired and ideas to build this project.

(back to top)

About

This is the dashboard to see the system information. The code will use Python 3.11, Flask and psutil module to create this dashboard.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published