A python based application for creating and managing secure passwords.
Table of Contents
This is a python based application to create and manage secure password for any field. The application using has a simple UI but it is intended to have a more user friendly UI.
Here's why:
- This project will help you to improve your basic understanding of python development, tkinter, json and creating logic for applications.
- It will also help you learn how to build an effective UI/UX for your own projects.
- The tech stack used is very beginner friendly.
A list of commonly used resources that I find helpful are listed in the acknowledgements.
The tech stacks used in the projects are :
- [TKINTER](https://docs.python.org/3/library/tkinter.html#:~:text=The%20tkinter%20package%20(%E2%80%9CTk%20interface,well%20as%20on%20Windows%20systems.)
- Json
You can use the application in your local system by following the steps mentioned below :
This is an example of how to list things you need to use the software and how to install them.
- Open terminal in your project's folder
- Clone the repo
git clone https://github.com/ranjananubhav7/Password-manager.git
- Open pycharm or any text editor
- Run the program in the text editor environment
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Your Name - Anubhav Ranjan - ranjananubhav7@gmail.com
Project Link: https://github.com/your_username/repo_name