{"id":31628182,"url":"https://github.com/linuxaddict124/pyfetch","last_synced_at":"2026-05-03T18:35:09.169Z","repository":{"id":317701927,"uuid":"1068231480","full_name":"linuxaddict124/PyFetch","owner":"linuxaddict124","description":"The Python-based alternative to neofetch","archived":false,"fork":false,"pushed_at":"2026-03-23T03:28:40.000Z","size":137,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-23T23:56:07.024Z","etag":null,"topics":["ascii","cli","configurable","linux","linux-command","linux-only","mit-license","neofetch","neofetch-like","open-source","pyfetch","python","python3","system-info","system-information","terminal","terminal-based"],"latest_commit_sha":null,"homepage":"https://pyfetch.github.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linuxaddict124.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-02T03:57:27.000Z","updated_at":"2026-03-23T03:28:43.000Z","dependencies_parsed_at":"2025-10-02T15:18:38.177Z","dependency_job_id":"1a9d8579-b037-444b-9956-689a2da57ebe","html_url":"https://github.com/linuxaddict124/PyFetch","commit_stats":null,"previous_names":["andresr124/pyfetch","linuxaddict124/pyfetch"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/linuxaddict124/PyFetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxaddict124%2FPyFetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxaddict124%2FPyFetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxaddict124%2FPyFetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxaddict124%2FPyFetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linuxaddict124","download_url":"https://codeload.github.com/linuxaddict124/PyFetch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxaddict124%2FPyFetch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32580044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ascii","cli","configurable","linux","linux-command","linux-only","mit-license","neofetch","neofetch-like","open-source","pyfetch","python","python3","system-info","system-information","terminal","terminal-based"],"created_at":"2025-10-06T20:19:29.932Z","updated_at":"2026-05-03T18:35:09.138Z","avatar_url":"https://github.com/linuxaddict124.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg width=\"288\" height=\"106\" alt=\"image\" src=\"https://github.com/user-attachments/assets/ae0dde08-5c3b-4bf6-a70f-05067366faaf\" /\u003e\nThe neofetch alternative that is python-based. Displays information about your desktop. (Not to be confused with Tyrowin's project which is also called pyfetch.)\n\n\u003cimg width=\"410\" height=\"304\" alt=\"image\" src=\"https://github.com/user-attachments/assets/2661a3e1-b78e-4409-8931-02ad530ab341\" /\u003e\n\n## What it does\n\n- Detects your distro and uses python-pyfiglet to display text in ASCII art.\n- CPU, RAM, and hostname information.\n- Custom plugins to expand it further.\n\n## How to install PyFetch\nThere is a tarball installer on github releases. Download it then extract it then run this command in the install folder:\n```bash\n./install.sh\n```\n\n## Dependencies\nThese are the Dependencies you will need to have in order to use PyFetch:\n\n- python3\n- pyfiglet\n- packaging\n- psutil\n\nInstall the dependencies with:\n```bash\npip install pyfiglet\npip install packaging\npip install psutil\n```\nor\n```bash\nsudo pacman -S python-pyfiglet python-packaging python-psutil\n```\n\n## CLI Flags\nThere are flags for PyFetch that you can use!\n- --h/--help (Show help message)\n- --minimal (Show minimal output)\n- --banner (Show banner ONLY)\n- --version (Version of PyFetch)\n- --shell (View your bash version)\n- --skipconfig (Skip pyfetch.conf)\n- --noplugins (Exclude Plugins)\n- --list-plugins (List all avaliable plugins)\n\n## License\nMIT License - see [LICENSE](LICENSE)\n\n## Credits\nInspired by [Neofetch](https://github.com/dylanaraps/neofetch)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxaddict124%2Fpyfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxaddict124%2Fpyfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxaddict124%2Fpyfetch/lists"}