All Projects → GDGVIT → Handwriter

GDGVIT / Handwriter

Licence: gpl-3.0
A smart program to convert digital document to hand-written document

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Handwriter

Persepolis
Persepolis Download Manager is a GUI for aria2.
Stars: ✭ 5,218 (+4731.48%)
Mutual labels:  gui, qt5, pyqt5
Examples
Learn to create a desktop app with Python and Qt
Stars: ✭ 1,196 (+1007.41%)
Mutual labels:  gui, qt5, pyqt5
Git Cola
git-cola: The highly caffeinated Git GUI
Stars: ✭ 1,787 (+1554.63%)
Mutual labels:  gui, qt5, pyqt5
Openconnect Gui
Mirror - Graphical OpenConnect client (beta phase)
Stars: ✭ 993 (+819.44%)
Mutual labels:  gui, qt5
Pyqt5
Códigos sobre PyQt5
Stars: ✭ 23 (-78.7%)
Mutual labels:  gui, pyqt5
Pyqt5
PyQt5 from riverbank
Stars: ✭ 949 (+778.7%)
Mutual labels:  qt5, pyqt5
Scihubeva
A Cross Platform Sci-Hub GUI Application
Stars: ✭ 683 (+532.41%)
Mutual labels:  qt5, pyqt5
Artos
Adaptive Real-Time Object Detection System with HOG and CNN Features
Stars: ✭ 64 (-40.74%)
Mutual labels:  image-processing, gui
Lognplot
Plotting and logging of real-time data for desktop.
Stars: ✭ 45 (-58.33%)
Mutual labels:  gui, pyqt5
Guitar
Git GUI Client
Stars: ✭ 1,136 (+951.85%)
Mutual labels:  gui, qt5
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+964.81%)
Mutual labels:  gui, qt5
Diceparser
Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3
Stars: ✭ 90 (-16.67%)
Mutual labels:  gui, qt5
Pyquino
python3 serial port with PyQt5 Gui
Stars: ✭ 19 (-82.41%)
Mutual labels:  gui, pyqt5
Ai sudoku
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Stars: ✭ 830 (+668.52%)
Mutual labels:  image-processing, gui
Lqt
Lua Binding for Qt5
Stars: ✭ 30 (-72.22%)
Mutual labels:  gui, qt5
Qbt Theme
collection of themes for qbittorrent
Stars: ✭ 776 (+618.52%)
Mutual labels:  gui, qt5
Batchimageprocessor
A Mass Image Processing tool for Windows
Stars: ✭ 55 (-49.07%)
Mutual labels:  image-processing, gui
Qt.go
Qt binding for Go (Golang) aims get Go's compile speed again.
Stars: ✭ 487 (+350.93%)
Mutual labels:  gui, qt5
Fastqt
FastQC port to Qt5: A quality control tool for high throughput sequence data.
Stars: ✭ 92 (-14.81%)
Mutual labels:  gui, qt5
Traffic Rules Violation Detection
The System consists of two main components. Vehicle detection model and A graphical user interface (GUI)
Stars: ✭ 67 (-37.96%)
Mutual labels:  gui, pyqt5

HandWriter

Convert typed documents into handwritten PDFs


DOCS

Currently, version 1 of the project is complete. Version 2 will implement the second functionality listed below.


Functionalities

  • [X] Convert a text document (.docx file) into a PDF file with the text content handwritten
  • [ ] Feed your own handwriting to the application to generate PDF outputs in your handwriting

For instance, this text document gets converted to the following handwritten output - Text Document | Handwritten output :-------------------------:|:-------------------------: Text | Handwritten

Install the GUI Package

Instructions for installation can be found on the DSC-VIT website for the project -

https://handwriter.dscvit.com/installer/home/

Directions to setup development environment

Setup dependencies

  • To install the source for contributing -
    • Pre-requisites:
      • python 3.5 or 3.6
      • dependencies from requirements.txt

First, clone this repository onto your system.
Then, create a virtual environment and install the packages from requirements.txt:
Navigate to this repository, create a virtual environment and activate it:
cd path/to/folder
python -m venv env
source env/bin/activate

Install the python dependencies from requirements.txt:

pip install -r requirements.txt

Directions to run

From anywhere in the project directory, run the following command in the terminal -

fbs run



The original dataset can be downloaded from here
This dataset is password protected. Request access from SaurusXI


Contributors



Made with ❤️ by DSC VIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].