/Auto-LOGIN-Putty

A simple tool for Windows that automates logging in with putty via python and pywinauto

Primary LanguagePythonMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License LinkedIn


Auto-LOGIN-Putty


A tool for Windows that automates logging in, resetting user passwords, and bulk deleting users with putty via python and pywinauto

Report Bug · Request Feature


forthebadge made-with-python

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

If you haven't already done so :

Installation

  1. Clone the repo
cd my-project-folder 
git clone https://github.com/mcworkaholic/Auto-LOGIN-Putty.git
  1. Change credentials in ".env"

  2. Open "my-project-folder" in PyCharm

  3. Go to the "Tools" tab in PyCharm, click "sync python requirements" and specify the path to Auto-LOGIN-Putty/requirements.txt, click install

    Or, in PyCharm's terminal:

    pip install -r requirements.txt 
  4. Follow instructions in "main.py"

  5. Run

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

Acknowledgments

(back to top)