Metadata-Version: 2.1
Name: crazydiskmark
Version: 0.7.3
Summary: Linux disk benchmark tool like CrystalDiskMark
Home-page: https://github.com/fredcox/crazydiskmark
Author: Fred Cox
Author-email: fredcox@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Crazy DiskMark

[![Copr build status](https://copr.fedorainfracloud.org/coprs/fredcox/crazydiskmark/package/crazydiskmark/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/fredcox/crazydiskmark/package/crazydiskmark/)
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![GitHub version](https://badge.fury.io/gh/fredcox%2Fcrazydiskmark.svg)](https://badge.fury.io/gh/fredcox%2Fcrazydiskmark)
[![GitHub forks](https://img.shields.io/github/forks/fredcox/crazydiskmark)](https://github.com/fredcox/crazydiskmark/network)
[![GitHub stars](https://img.shields.io/github/stars/fredcox/crazydiskmark)](https://github.com/fredcox/crazydiskmark/stargazers)
[![GitHub license](https://img.shields.io/github/license/fredcox/crazydiskmark)](https://github.com/fredcox/crazydiskmark/blob/master/LICENSE)


![Crazy DiskMark - Logo](https://raw.githubusercontent.com/fredcox/crazydiskmark/master/crazydiskmark/images/logo.png)

* [About](#about)
* [Install](#install)
* [Buy me a Coffee](#buy-me-a-coffee)
* [License](#license)

## About

***Crazy DiskMark*** is a utility to benchmark ***SSD*** disks on linux and produce results like ***CrystalDiskMark***.

## Install

### Ubuntu, Debian and derivatives (Linux Mint, MX Linux)

```bash
$ sudo add-apt-repository ppa:fredcox-p/crazydiskmark
$ sudo apt update
$ sudo apt install crazydiskmark
```

### Arch Linux and derivatives (Manjaro)

```bash
$ yay -S crazydiskmark
$ crazydiskmark
```

### Fedora32

```bash
$ sudo dnf copr enable fredcox/crazydiskmark
$ sudo dnf update
$ sudo dnf install crazydiskmark
```

## Screenshot

![Screenshot](crazydiskmark/images/shot.png)

## Buy me a Coffee

<a href="https://www.buymeacoffee.com/fredcox" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>


## License 

This project use MIT License
