Skip to content

bymayanksingh/snippit

Repository files navigation

Snippit

Snippit is a super simple Flask based web application that splits a large text file into blobs of X (number of words) each, where value of X is decided by the user, minimum number of words is 100 in a blob, for every blob there exists a copy button to copy the text.

Installation

  1. Make sure you have Python 3 and pip3 installed on your machine.
  2. Clone this repository by running git clone https://github.com/bymayanksingh/snippit.git in your terminal.
  3. Navigate to the project directory and install Flask with pip3 install flask.

Usage

To run Snippit, navigate to the project's root directory in the terminal and run python3 app.py. Then, open your web browser and go to http://127.0.0.1:5000/.

Screenshots

Upload Page

Upload Page

Blobs Page

Blobs Page

Copy Button

Copy Button Page

400 Page

400 Page

404 Page

404 Page

Contributing

Contributions are welcome! Please feel free to submit a pull request.

About

Snippit is a super simple Flask based web application that splits a large text file into blobs of `X` words each.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors