Skip to content

aakzsh/gta-done

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an image


gta-done(or Get the Assignment – done)

Have you ever had a long assignment that needs to be handwritten? Are you a student who is bored of making a pdf of it? This can be accomplished quickly with this app!


How does it work?

Simply paste your word, sentence, or paragraph (including punctuation) into the text field and hit the submit button. It brings you to another page with the handwritten version of the text which you can either print or download as a PDF to submit as your assignment.


Live version

The live website's link is here.


Instructions

1. On this page user can input the text.

Input Page

2. This is the output page from where user can download PDF.

Output Page


Tech & Tools used for this project

Flask Python HTML5 CSS3 VSCode


Executing this project on your PC

  • You need to clone this repository on your PC
  • In the terminal enter following command to download required resources
pip install -r requirements.txt
  • To run this WebApp enter following in the terminal
python app.py

How you can contribute

You can contribute to this project by –

1. Forking this repository

Forking a Repo

2. Commiting your changes


3. Creating a Pull Request

Creating a Pull Request