Skip to content

Neel317/Luccr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luccr

Flask Project

This is a Python Flask project that takes input from the user and creates template ppt that can be used for a pitch.

Prerequisites

Setup

  1. Clone the repository:

    git clone https://github.com/Neel317/Luccr.git
    cd Luccr
  2. Setup Virtual environment (Optional but recommended):

    python3 -m venv venv
  3. On Windows (Run on Command Line):

    .\venv\Scripts\activate
  4. On Linux and Mac:

source venv/bin/activate
  1. Install Dependencies:

    pip install -r requirements.txt
  2. To run the project

    flask --app app run