Skip to content

ysnalpr/Random-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Password Generator

A simple random password generator with Django.

How to run

Follow the steps below

  1. Install python, pip, virtualenv in your system.
  2. Clone the project https://github.com/ysnalpr/Random-password-generator.git
  3. Make development environment ready using commands below.
git clone https://github.com/ysnalpr/Random-password-generator.git
cd Random-password-generator
python -m virtualenv env  # Create a virtualenv named env.
source env/bin/activate   # Activate the virtual environment.
pip install -r requirements.txt
git clone https://github.com/ysnalpr/Random-password-generator.git
cd Random-password-generator
virtualenv env  # Create a virtualenv name env.
env\Scripts\activate  # Activate the virtual environment.
pip install -r requirements.txt
  1. Run using python manage.py runserver
  2. Go to http://127.0.0.1:8000 on your browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published