Code Monkey home page Code Monkey logo

contribution-program's Introduction

Contribution-Program

contribution-program's People

Contributors

nirajanacharya avatar

Watchers

 avatar

contribution-program's Issues

Create a Password Generator with Python

Schema for your support

  1. Import necessary modules:

    • random module for generating random characters
    • string module for accessing character sets
  2. Define a function to generate a password:

    • Function name: generate_password
    • Parameters:
      • length (integer): Length of the password to be generated
    • Return:
      • Generated password (string)
  3. Inside the generate_password function:

    • Define a character set combining uppercase letters, lowercase letters, numbers, and special characters.
    • Use random.choice() to randomly select characters from the character set.
    • Generate a password of the specified length by iterating over the character set.
    • Concatenate the selected characters to form the password.
  4. Define a function to prompt the user for the password length:

    • Function name: get_password_length
    • Parameters: None
    • Return:
      • Password length entered by the user (integer)
  5. Inside the get_password_length function:

    • Prompt the user to enter the desired length of the password.
    • Validate the input to ensure it is a positive integer.
    • Return the validated password length.
  6. Main script:

    • Call the get_password_length function to prompt the user for the password length.
    • Call the generate_password function with the obtained password length to generate the password.
    • Display the generated password to the user.

Create Contact Form using HTML, CSS and Javascripts

This issue aims to create a contact form for the website, allowing users to send messages or inquiries to the site owner. A contact form is an essential feature for websites to facilitate communication with visitors.

Replicate Landing Page of Famous Website

This issue involves replicating the landing page of a famous website as closely as possible. By replicating a well-known website's landing page, we can gain insights into modern web design practices and improve our HTML and CSS skills.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.