Skip to content

Curated collection of Automation Scripts from beginner-friendly to advanced level

License

Notifications You must be signed in to change notification settings

nayandeep111/Automation-Scripts-Using-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation Scripts Using Python

About

The main objective of this repository is to support both novice and seasoned contributors to open source programming. The repository contains a considerable number of Python-based Automation Scripts.

How to Contribute

  • Read the Contributing Guidelines before making a PR.
  • Check for existing issues or create your own issues and wait for it to be assigned to you.
  • Fork the repository
  • Clone the forked repository to your local machine
  • Create a folder with the name of the python script to a question you want to add if it is not present.
  • Add the code to that folder
  • Add a README.md file to the folder explaining the code
  • Open the command prompt and cd into the repository folder
  • Run the following Commands
git add .
git commit -m"<Name of your script>"
git push
  • Come back to Github and Open a Pull Request
  • While making Pull Request maintain the template provided to you
  • We will check if its a valid pull request and merge it

To get a detailed explanation of the above steps refer to the following videos

Project Maintainers


Subhradeep10

Contributors

If you find this repository Helpful consider leaving ⭐

About

Curated collection of Automation Scripts from beginner-friendly to advanced level

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%