{"id":19622665,"url":"https://github.com/itsfdavid/gestor-de-memoria-en-linux","last_synced_at":"2025-09-06T19:44:02.015Z","repository":{"id":222758186,"uuid":"758301433","full_name":"itsFDavid/Gestor-de-memoria-en-linux","owner":"itsFDavid","description":"Ejemplo de aplicacion para gestionar el uso de memoria RAM, ROM, Cache, en tu dispositvo linux","archived":false,"fork":false,"pushed_at":"2024-05-19T02:00:57.000Z","size":424,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T19:27:36.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsFDavid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-02-16T02:42:02.000Z","updated_at":"2024-09-28T23:01:15.000Z","dependencies_parsed_at":"2024-11-11T11:33:02.683Z","dependency_job_id":"69af3cb9-d8e2-49a7-b29e-32a023463b23","html_url":"https://github.com/itsFDavid/Gestor-de-memoria-en-linux","commit_stats":null,"previous_names":["itsfdavid/gestor-de-memoria-en-linux"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itsFDavid/Gestor-de-memoria-en-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsFDavid%2FGestor-de-memoria-en-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsFDavid%2FGestor-de-memoria-en-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsFDavid%2FGestor-de-memoria-en-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsFDavid%2FGestor-de-memoria-en-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsFDavid","download_url":"https://codeload.github.com/itsFDavid/Gestor-de-memoria-en-linux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsFDavid%2FGestor-de-memoria-en-linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273955631,"owners_count":25197579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-11T11:28:45.894Z","updated_at":"2025-09-06T19:44:01.990Z","avatar_url":"https://github.com/itsFDavid.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gestor de Memoria En Linux (Ubuntu)\n\n## Descripción\n\nEste proyecto permite ver el el uso de la memoria en linux y gestionarla asi como eliminarla y ver la grafica de como cambia el esatdo\n\n## Tecnologías Utilizadas\n\n- **Python**\n- **Matplot**\n\n## Instalación\n\n1. Clona el repositorio:\n    ```bash\n    git clone https://github.com/itsFDavid/Gestor-de-memoria-en-linux.git\n    ```\n3. Instala alguna herramientas usadas como MatplotLib:\n    ```bash\n    python -m pip install -U pip\n    python -m pip install -U matplotlib \n    ```\n4. Inicia el programa para ver el manual:\n    ```bash\n    python3 main.py\n    python main.py\n    ```\n5. Inicia el programa con argumentos:\n    ```bash\n    python3 main.py -r\n    python main.py  -m\n    ```\n\n\n\n\n## Vistas de la app\n\nA continuación se muestran capturas de pantalla de la interfaz de usuario:\n\n### Manual del gestor\n![Manual del Gestor](imgProject/manual.png)\n\n### Gestion de la Ram\n![Gestion de la RAM](imgProject/ram.png)\n\n### Gestion de la VRam\n![Gestion de la VRam](imgProject/vram.png)\n\n### Gestion de los discos montados\n![Gestion de los discos montados](imgProject/discos.png)\n\n## Contribución\n\n1. Haz un fork del repositorio.\n2. Crea una rama para tu característica o corrección de errores (`git checkout -b nombre-rama`).\n3. Haz commit de tus cambios (`git commit -am 'Agrega nueva característica'`).\n4. Haz push a la rama (`git push origin nombre-rama`).\n5. Abre un Pull Request.\n\n\n## Contacto\n\n- **Nombre**: Francisco david\n- **Email**: FDavid04@icloud.com\n- **GitHub**: [itsFDavid](https://github.com/itsFDavid)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsfdavid%2Fgestor-de-memoria-en-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsfdavid%2Fgestor-de-memoria-en-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsfdavid%2Fgestor-de-memoria-en-linux/lists"}