{"id":19042723,"url":"https://github.com/adityamangal1/python-projects","last_synced_at":"2025-04-23T22:29:11.203Z","repository":{"id":132905788,"uuid":"295791167","full_name":"adityamangal1/Python-PRojEcTs","owner":"adityamangal1","description":"Projects offer you a promising way to kick-start your career in this field.","archived":false,"fork":false,"pushed_at":"2022-08-26T18:09:10.000Z","size":50101,"stargazers_count":19,"open_issues_count":1,"forks_count":8,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-18T07:51:38.705Z","etag":null,"topics":["chatbot","coding","functions","github","kick-start","language","library-management-system","mini","modules","packages","passion","password-generator","python","python-programming-language","python-projects","python3","pythonic-code","pythonic-code-style"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/adityamangal1.png","metadata":{"files":{"readme":"README.md","changelog":"News Reader/LICENSE.txt","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-09-15T16:45:58.000Z","updated_at":"2024-02-25T19:20:11.000Z","dependencies_parsed_at":"2023-03-13T11:09:34.202Z","dependency_job_id":null,"html_url":"https://github.com/adityamangal1/Python-PRojEcTs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityamangal1%2FPython-PRojEcTs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityamangal1%2FPython-PRojEcTs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityamangal1%2FPython-PRojEcTs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityamangal1%2FPython-PRojEcTs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityamangal1","download_url":"https://codeload.github.com/adityamangal1/Python-PRojEcTs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250525918,"owners_count":21445095,"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","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":["chatbot","coding","functions","github","kick-start","language","library-management-system","mini","modules","packages","passion","password-generator","python","python-programming-language","python-projects","python3","pythonic-code","pythonic-code-style"],"created_at":"2024-11-08T22:38:49.936Z","updated_at":"2025-04-23T22:29:11.173Z","avatar_url":"https://github.com/adityamangal1.png","language":"HTML","readme":"# Python Mini Projects\n\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)\n\nThis repository contains some various interesting mini-projects using the python programming language.Trying to work on Python projects would definitely uplift your skills and build up your profile to face the competitive world outside.Projects offer you a promising way to kick start your career in this field.This language really deserves hype in today’s era and why not if it can solve a lot of real-world problems.\n\n\u003c/p\u003e \n\u003cp align=\"center\"\u003e\u003cimg src=\"https://img.shields.io/badge/Author-adityamangal-green.svg\"\u003e \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Follow Me On\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.instagram.com/adityamangal/\"\u003e\n    \u003cimg src=\"http://clipart-library.com/images_k/instagram-png-transparent/instagram-png-transparent-16.png\" width=\"40\" height=\"40\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n![Python-Projects-1](https://user-images.githubusercontent.com/68494604/93393532-50a21500-f890-11ea-8bf8-556eff7fb6b1.jpg)\n\n![source](https://user-images.githubusercontent.com/68494604/94645884-950ac780-030a-11eb-9c8f-40d9740fc6ad.gif)\n\n## Steps To Follow\n- Select or create an issue and ask to be *assigned* to it.\n- Check existing scripts.\n- **Star** the repository.\n- On the GitHub page for this repository, click on the Button \"**Fork**\".\n   ![fork image](https://help.github.com/assets/images/help/repository/fork_button.jpg)\n- Create clone ***your forked repository*** on your local machine.\n   ![code ui](https://docs.github.com/assets/images/help/repository/code-button.png)\n    For example, run this command inside your terminal:\n\n    ```bash\n    git clone https://github.com/\u003cyour-github-username\u003e/python-mini-projects.git\n    ```\n\n    **Replace \\\u003cyour-github-username\\\u003e!**\n\n    Learn more about [forking](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) and [cloning a repo](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).\n- Before you make any changes, [keep your fork in sync](https://www.freecodecamp.org/news/how-to-sync-your-fork-with-the-original-git-repository/) to avoid merge conflicts:\n\n    ```bash\n    git remote add upstream https://github.com/chavarera/python-mini-projects.git\n    git fetch upstream\n    git pull upstream master\n    git push\n    ```\n\n- If you run into a **merge conflict**, you have to resolve the conflict. There are a lot of guides online, or you can try this one by [opensource.com](https://opensource.com/article/20/4/git-merge-conflict).\n\n- Create a folder in [projects directory](https://github.com/Mayank94043626/python-projects-open-source/tree/master/projects) according to issue name.\n- Write your code and add to the respective folder in the projects directory, locally.\n- Don't forget to add a `README.md` in your folder, according to the [README_TEMPLATE.](https://github.com/Mayank94043626/python-projects-open-source/blob/master/README_TEMPLATE.md)\n- Add the changes with `git add`, `git commit` ([write a good commit message](https://chris.beams.io/posts/git-commit/), if possible):\n\n    ```bash\n    git add -A\n    git commit -m \"\u003cyour message\u003e\"\n    ```\n\n- Push the code *to your repository*.\n\n    ```bash\n    git push origin \u003cbranch-name\u003e\n    ```\n\n- Go to the GitHub page of _your fork_, and **make a pull request**:\n\n    ![pull request image](https://help.github.com/assets/images/help/pull_requests/choose-base-and-compare-branches.png)\n\n    Read more about pull requests on the [GitHub help pages](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).\n- Now wait, until one of us *reviews your Pull Request*! If there are any conflicts, you will get a notification.\n\n\u003cimg src=\"https://github-readme-stats.vercel.app/api?username=adityamangal1\u0026\u0026show_icons=true\u0026title_color=ffffff\u0026icon_color=bb2acf\u0026text_color=daf7dc\u0026bg_color=ffba2c\"\u003e\n\n![68747470733a2f2f692e696d6775722e636f6d2f646b31494737322e676966](https://user-images.githubusercontent.com/68494604/116209755-d90a6180-a75f-11eb-92ef-650bd533e0da.gif)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Sloan, the sloth mascot\" width=\"250px\" src=\"https://thepracticaldev.s3.amazonaws.com/uploads/user/profile_image/31047/af153cd6-9994-4a68-83f4-8ddf3e13f0bf.jpg\"\u003e\n  \u003cbr\u003e\n  \u003cstrong\u003eHappy Coding\u003c/strong\u003e ❤️\n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityamangal1%2Fpython-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityamangal1%2Fpython-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityamangal1%2Fpython-projects/lists"}