Kryptofly / Contact-Form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContactForm

ContactForm is a simple Python-based web application using Flask that allows users to submit a contact form.

Features

  • Submit a contact form with name, email, and message.
  • Print the submitted data on the server.

Installation

  1. Clone the repository:

    git clone https://github.com/YOUR_USERNAME/ContactForm.git
    cd ContactForm
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt
  4. Run the application:

    python app.py
  5. Open your web browser and go to http://127.0.0.1:5000.

License

This project is licensed under the MIT License.

About

License:MIT License


Languages

Language:HTML 77.1%Language:Python 22.9%