Metadata-Version: 2.1
Name: FetchCord
Version: 2.0
Summary: grabs information about your Distro and displays it as Discord Rich Presence.
Home-page: https://github.com/MrPotatoBobx/FetchCord
Author: MrPotatoBobx
Author-email: junkahole23@protonmail.com
License: MIT
Description: <h1 align="center">FetchCord</h1>
        </p>
        <p align="center">
            <a href="https://img.shields.io/badge/Compatible-MacOS%2FWindows%2FLinux-brightgreen?style=for-the-badge&logo=discord">
               <img src="https://img.shields.io/badge/Compatible-MacOS%2FLinux-brightgreen?style=for-the-badge&logo=linux&logoColor=white">
            </a>
          <a href="https://www.python.org/downloads/">
               <img src="https://img.shields.io/pypi/pyversions/django?color=dark%20green&logo=python&logoColor=white&style=for-the-badge">
            </a>
           <a href="https://discord.gg/P4h9kdV">
               <img src="https://img.shields.io/discord/742068289278312549?label=Discord&logo=discord&logoColor=white&style=for-the-badge">
            </a>
            <a href="https://img.shields.io/badge/Compatible-MacOS%2FWindows%2FLinux-brightgreen?style=for-the-badge&logo=discord">
               <img src="https://cdn.discordapp.com/attachments/695182849476657223/742064452421288077/FetchDis.png"
            </a>
          
          </a>
        </p>
        
        # Table of content
        - [**Features**](#features)
        - [**To-Do**](#to-do)
        + **Installing**
            - [Install on (gnu/)linux](#installing-on-gnulinux)
            - [Install on MacOS](#installing-on-macos)
         + **Running**
            - [Running on (gnu/)linux](#run)
               - [Arguments](#arguments)
            - [Running on MacOS](#run1)
        
        - [**Examples**](#examples)
        
        ### Features
        
        - [x] Distribution detection
         
        - [x] Distribution Version
        
        - [x] Package detection
        
        - [x] Kernel Detection
        
        - [x] Uptime
        
        - [x] Detecting Window Manager/Desktop Environment
        
        - [x] Detecting GPU/CPU and display it in a cycle (thanks to Hyper-KVM)
        - [x] Flatpak support
        
        ### To-Do
        
        - [ ] Add more distributions (If your distro is not supported open an issue)
        
        - [ ] Detect Window Manager/Desktop Environment version
        
        - [ ] Add Snap support
        
        - [ ] Add support for desktop icon use
        
        - [ ] More CPUs, ex. Pentium, Older AMD CPUs
        
        - [ ] More GPUs?
        
        
        ## Installing on (GNU/)Linux
        > `#` the command should be ran as `sudo`
        
        > `$` the command should be ran as user
        
        _From download/cloned directory_
        
        ```sh
        # ./install.sh
        ```
        You will also need the ` pypresence` module, install it by doing
        ```sh
        $ python3 -m pip install --user pypresence
        ```
        ### Run
        
        Once installed, simply run `fetchcord`.
        
        Alternativley you can run it without installing, you have to be in the fetchcord directory.
        ```sh
        $ python3 run-rpc.py
        ```
        
        #### Arguments
        --distro, shows only distro and kernel version and package count.
        
        --hardware, shows only CPU and GPU info.
        
        --shell, shows only terminal and shell info.
        
        --time, -t, set custom duration for cycles in seconds.
        
        -h or --help, shows this information above.
        
        ## Installing on MacOS
        
        
        _From download/cloned directory_
        
        ```sh
        # ./macinstall.sh
        ```
        
        
        ### Run 
        
        ```sh
        $ python3 -u -m fetch_cord.macos-rpc.py
        ```
        
        ## Examples
        
        ![Arch with awesome](Examples/arch_example.png) ![Debian with Cinnamon](Examples/debian_example.png) ![Fedora with xfce](Examples/fedora_example.png)
        
        ![manjaro with i3](Examples/manjaro%20example.png) ![mint with mate](Examples/mint_example.png) ![popos with kde](Examples/pop_example.png)
        
        ![void with dwm](Examples/void_example.png) ![endeabour with deepinde](Examples/end_example.png) ![centos with unity](Examples/centos_example.png)
        
        ![ubuntu with budgie](Examples/ubuntu_example.png) ![macos with a macbook](Examples/mac_example.png) ![OpenSUSE with gnome](Examples/suse_example.png)
        
        ![amd with nvidia](Examples/amd_example.png)
        
        
        
Keywords: distro,info,discord,fetch
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
