An open API service indexing awesome lists of open source software.

https://github.com/adityamangal1/python-projects

Projects offer you a promising way to kick-start your career in this field.
https://github.com/adityamangal1/python-projects

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

Last synced: 2 months ago
JSON representation

Projects offer you a promising way to kick-start your career in this field.

Awesome Lists containing this project

README

        

# Python Mini Projects

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

This 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.




Follow Me On






![Python-Projects-1](https://user-images.githubusercontent.com/68494604/93393532-50a21500-f890-11ea-8bf8-556eff7fb6b1.jpg)

![source](https://user-images.githubusercontent.com/68494604/94645884-950ac780-030a-11eb-9c8f-40d9740fc6ad.gif)

## Steps To Follow
- Select or create an issue and ask to be *assigned* to it.
- Check existing scripts.
- **Star** the repository.
- On the GitHub page for this repository, click on the Button "**Fork**".
![fork image](https://help.github.com/assets/images/help/repository/fork_button.jpg)
- Create clone ***your forked repository*** on your local machine.
![code ui](https://docs.github.com/assets/images/help/repository/code-button.png)
For example, run this command inside your terminal:

```bash
git clone https://github.com//python-mini-projects.git
```

**Replace \!**

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).
- 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:

```bash
git remote add upstream https://github.com/chavarera/python-mini-projects.git
git fetch upstream
git pull upstream master
git push
```

- 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).

- Create a folder in [projects directory](https://github.com/Mayank94043626/python-projects-open-source/tree/master/projects) according to issue name.
- Write your code and add to the respective folder in the projects directory, locally.
- 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)
- Add the changes with `git add`, `git commit` ([write a good commit message](https://chris.beams.io/posts/git-commit/), if possible):

```bash
git add -A
git commit -m ""
```

- Push the code *to your repository*.

```bash
git push origin
```

- Go to the GitHub page of _your fork_, and **make a pull request**:

![pull request image](https://help.github.com/assets/images/help/pull_requests/choose-base-and-compare-branches.png)

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).
- Now wait, until one of us *reviews your Pull Request*! If there are any conflicts, you will get a notification.

![68747470733a2f2f692e696d6775722e636f6d2f646b31494737322e676966](https://user-images.githubusercontent.com/68494604/116209755-d90a6180-a75f-11eb-92ef-650bd533e0da.gif)


Sloan, the sloth mascot


Happy Coding ❤️