All Projects → MrPotatoBobx → Fetchcord

MrPotatoBobx / Fetchcord

Licence: mit
FetchCord grabs your OS info and displays it as Discord Rich Presence

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Fetchcord

Discord.net
An unofficial .Net wrapper for the Discord API (http://discordapp.com)
Stars: ✭ 2,253 (+1290.74%)
Mutual labels:  discord
Opencv Lane Vehicle Track
OpenCV implementation of lane and vehicle tracking
Stars: ✭ 162 (+0%)
Mutual labels:  detection
Detect steel bar
CCFDF AI 数钢筋大赛
Stars: ✭ 164 (+1.23%)
Mutual labels:  detection
Discordgo
(Golang) Go bindings for Discord
Stars: ✭ 2,582 (+1493.83%)
Mutual labels:  discord
Macos Downloader
Command line tool for downloading macOS installers and beta updates
Stars: ✭ 162 (+0%)
Mutual labels:  macosx
Jda
Java wrapper for the popular chat & VOIP service: Discord https://discord.com
Stars: ✭ 2,598 (+1503.7%)
Mutual labels:  discord
Octave
Discord bot written in Java and Kotlin using JDA.
Stars: ✭ 156 (-3.7%)
Mutual labels:  discord
Learning
Learning Shell,Python,Golang,System,Network
Stars: ✭ 161 (-0.62%)
Mutual labels:  macosx
Terminal Discord
NOT MAINTAINED Simple terminal client for discord with a minimal look and UI
Stars: ✭ 162 (+0%)
Mutual labels:  discord
Lc Finder
An image annotation and object detection tool written in C
Stars: ✭ 163 (+0.62%)
Mutual labels:  detection
Carl Bot
Bot for discord using discord.py (outdated code)
Stars: ✭ 160 (-1.23%)
Mutual labels:  discord
Discord Player
🎧 Complete framework to simplify the implementation of music commands using discords.js v12
Stars: ✭ 161 (-0.62%)
Mutual labels:  discord
Mstar deeplearning project
Radar target classification, detection and recognition using deeplearning methods on MSTAR dataset
Stars: ✭ 163 (+0.62%)
Mutual labels:  detection
Craft Pytorch
Official implementation of Character Region Awareness for Text Detection (CRAFT)
Stars: ✭ 2,220 (+1270.37%)
Mutual labels:  detection
Foo discord rich
foobar2000 component for integration with Discord Rich Presence
Stars: ✭ 163 (+0.62%)
Mutual labels:  discord
Emberclear
Encrypted Chat. No History. No Logs.
Stars: ✭ 157 (-3.09%)
Mutual labels:  discord
Yapanimator
Your fast and friendly physics-based animation system.
Stars: ✭ 1,928 (+1090.12%)
Mutual labels:  macosx
Lenoxbot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 163 (+0.62%)
Mutual labels:  discord
Caffe Yolo9000
Caffe for YOLOv2 & YOLO9000
Stars: ✭ 164 (+1.23%)
Mutual labels:  detection
Betterdiscordstuff
my BD plugins & themes, focused on enhancing user experience
Stars: ✭ 162 (+0%)
Mutual labels:  discord

FetchCord

Table of content

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

  • [x] Add Windows support.

  • [x] Detect Window Manager/Desktop Environment version

  • [x] Periodic polling of info such as package count, RAM usage, etc.

To-Do

  • [ ] Add more distributions (If your distro is not supported open an issue)

  • [ ] Add Snap support

  • [ ] Add support for desktop icon use

  • [ ] More CPUs, ex. Pentium, Older AMD CPUs

  • [ ] More GPUs?

Installing on (GNU/)Linux

NOTE: you need neofetch to be also installed for this to work.

Via AUR

On Arch Linux install this package for the git version: fetchcord-git

Do note that this version is directly from master, for the stable release use pip

Via pip

To Install fetchcord via pip you can run pip3 install fetchcord

If you want to remove FetchCord you can run pip3 uninstall fetchcord

Run

Once installed, simply run fetchcord. The program is also daemonizable meaning you can start it on boot using any method you prefer.

If you get fetchcord: command not found,add export PATH="$HOME/.local/bin:$PATH" to your bashrc, or just run python3 -m fetchcord.

Optionally for systemd users there is a user-side fetchcord.service in this repo that can be installed to ~/.local/share/systemd/user/, started and enabled on boot using systemctl --user enable --now fetchcord.

Installing on MacOS

To install FetchCord, run pip3 install FetchCord

NOTE: you need neofetch to be also installed for this to work.

Run

simply run fetchcord

Installing on Windows

To install fetchcord on Windows run python -m pip install fetchcord neofetch-win. Alternatively, you can use the neofetch package from scoop as well (show more info at the expense of possible GPU detection, for now).

Run

To run Fetchcord run fetchcord

Configuration

On Linux you can use the neofetch config file to:

Show disk usage

Battery level

CPU temp

Current CPU speed

Font

Theme

And more

default config path should be ~/.config/neofetch/config.conf

Arguments

--nodistro, Don't show distro info.

--nohardware, Don't show hardware info.

--noshell, Don't show shell/terminal info.

--nohost, Don't show host info.

--time, -t, set custom duration for cycles in seconds.

--terminal, set custom terminal (useful if using a script or dmenu).

--termfont, set custom terminal font (useful if neofetch can't get it).

--pause-cycle, Extra cycle that pauses FetchCord to show other activities.

--update, Update database of distros, hardware, etc.

--debug, For debug logs.

--memtype, use GB or MB to show RAM.

-h or --help, shows this information above.

Examples

Operating Systems

MacOS bigsur Windows 10 Ubuntu

Terminals

Konsole Gnome terminal Apple terminal

Cpus

Ryzen 9 Intel i7 Intel pentium

Hosts

HP laptop TUF gaming laptop Lenovo desktop

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].