{"id":19288270,"url":"https://github.com/muchokidavid/python-mini-projects","last_synced_at":"2025-10-12T03:20:29.441Z","repository":{"id":254500724,"uuid":"846712777","full_name":"MuchokiDavid/python-mini-projects","owner":"MuchokiDavid","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-23T20:40:55.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T10:06:21.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/MuchokiDavid.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-08-23T19:45:57.000Z","updated_at":"2024-08-23T20:40:59.000Z","dependencies_parsed_at":"2024-08-23T22:06:22.094Z","dependency_job_id":null,"html_url":"https://github.com/MuchokiDavid/python-mini-projects","commit_stats":null,"previous_names":["muchokidavid/python-mini-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MuchokiDavid/python-mini-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Fpython-mini-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Fpython-mini-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Fpython-mini-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Fpython-mini-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuchokiDavid","download_url":"https://codeload.github.com/MuchokiDavid/python-mini-projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuchokiDavid%2Fpython-mini-projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010177,"owners_count":26084691,"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-10-12T02:00:06.719Z","response_time":53,"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-09T22:08:33.687Z","updated_at":"2025-10-12T03:20:29.392Z","avatar_url":"https://github.com/MuchokiDavid.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Small Python Projects\n\nWelcome to the Small Python Projects repository! This repository contains a collection of small, fun, and educational Python projects. These projects are designed to help you learn Python, explore different libraries, and build useful applications.\n\n## Table of Contents\n\n- [About](#about)\n- [Projects](#projects)\n- [Getting Started](#getting-started)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## About\n\nThis repository is a collection of small Python projects. Each project is self-contained and demonstrates the use of different Python libraries and concepts. The projects are organized in separate directories, each containing a `README.md` file that provides an overview and instructions for running the project.\n\n## Projects\n\n1. **Python_google_sheets**: This project demonstrates how to use Python to manipulate Google Sheets data, including reading, writing, and deleting data using the Google Sheets API.\n\n(Continue to list and describe other projects)\n\n## Getting Started\n\nTo get started with these projects, you need to have Python installed on your system. Each project may have its own dependencies, which can be installed using pip.\n\n### Prerequisites\n\n- Python 3.x installed on your system\n- pip (Python package installer)\n\n### Installation\n\n1. Clone the repository to your local machine:\n\n    ```bash\n    git clone https://github.com/MuchokiDavid/python-mini-projects.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd python-mini-projects\n    ```\n\n3. Follow the installation instructions in each project’s `README.md` file to install the necessary dependencies.\n\n### Usage\n\nEach project has its own directory and `README.md` file with specific instructions on how to run and use the project. Navigate to the project's directory and follow the instructions provided.\n\nFor example, to run a specific project:\n\n1. Navigate to the project directory:\n\n    ```bash\n    cd python-google-sheets\n    ```\n\n2. Run the project:\n\n    ```bash\n    python sheet.py\n    ```\n\n(Replace `sheet.py` with the relevant script file for the project)\n\n## Contributing\n\nContributions are welcome! If you have a small Python project that you think would fit well in this repository, feel free to open a pull request. Please ensure your project includes a `README.md` file with clear instructions on how to run and use the project.\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature-name`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/your-feature-name`).\n5. Open a pull request.\n\n## License\n\nThis repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n## Contact\n\nFor any questions or suggestions, feel free to reach out:\n\n- **Muchoki David** - [dmmuchoki7@gmail.com](mailto:dmmuchoki7@gmail.com)\n- GitHub: [Muchoki David](https://github.com/MuchokiDavid)\n\n---\n\nHappy coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuchokidavid%2Fpython-mini-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuchokidavid%2Fpython-mini-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuchokidavid%2Fpython-mini-projects/lists"}