Skip to content

masiha-piroozram/sign-in-sign-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Sign-In/Sign-Up Project 🎉

Welcome to the Sign-In/Sign-Up project! This is a simple Python application that allows users to sign in and sign up. Let's dive in!

Features ✨

  • Sign Up: Create a new account with a username and password.
  • Sign In: Access your account with your credentials.
  • User-Friendly: Easy to use and understand.
  • Data Storage: User data is stored securely.

Prerequisites 📋

Before you begin, ensure you have met the following requirements:

  • You have installed Python 3.x.
  • You have a basic understanding of Python.

Installation 🔧

  1. Clone the repository:

    git clone https://github.com/masiha-piroozram/sign-in-sign-up.git
    cd sign-in-sign-up
  2. Install dependencies (if any):

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

    python sign-in-sign-up.py

Usage 🛠️

  1. Sign Up:

    • Run the script.
    • Select the option to sign up.
    • Enter your desired username and password.
    • Your account will be created and stored.
  2. Sign In:

    • Run the script.
    • Select the option to sign in.
    • Enter your username and password.
    • If the credentials match, you will be signed in successfully.

Code Overview 📝

  • sign-in-sign-up.py: The main script that handles user sign-in and sign-up processes.
    • Functions:
      • sign_up(): Handles user registration.
      • sign_in(): Handles user login.
      • save_user_data(): Saves user data to a file.
      • load_user_data(): Loads user data from a file.

I hope it helps. 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages