Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Description

A general app that takes some user input, generates a CSV and stores the data in it

Prerequisites

  • Python 3.x
  • pip

Setup & Activation

  1. Clone the repository:
    git clone https://github.com/Aishee06/General_App.git
    
  2. Navigate into the directory:
    cd General_App
    
  3. Create a virtual environment:
    python3 -m venv myenv
    
    or
    python -m venv myenv
    
  4. Activate the virtual environment:
    • On Windows:
      .\myenv\Scripts\activate
      
    • On Unix or MacOS:
      source myenv/bin/activate
      
  5. Install the required packages:
  6.  pip install -r requirements.txt
    

Running the Application

  1. Run the application:
    python app.py
    

Deactivating the Environment

When you're done, you can deactivate the virtual environment:

deactivate

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages