garily / check-de-go

Yet another check generation & printing app written by electron react & typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check de Go GitHub license PRs Welcome

Yet another check generation & printing app written by electron react & typescript.

  • OPEN SOURCE and FREE: This software is completely open source and FREE, and nobody will steal your senstive information.
  • CUSTOMIZEABLE: It is super easy to use css to customize your check.
  • Download Once, Print Anywhere: Print your check without visiting a Bank, without waiting, without paying.

Download

For now only macOS bundle is provided, I am still trying to see how to do cross compling on macOS.

Source code is cross-platform ready, feel free to compile yourself.

Latest Releases

Screenshots

Screen Shot 2019-03-30 at 5 52 53 AM

The below check is generated using my customized theme which override the original background.

Screen Shot 2019-03-30 at 5 56 57 AM

We also generate printer-friendly copies.

Letter size ready-to-print PNG

Customize your check

Theme megathread

Our check comes with a default stylesheet, you can override any stylesheet property which related to check rendering.

A sample css theme is attached below, this css theme overrides the original background.

.check {
  background: url(https://www.ps4wallpapers.com/wp-content/uploads/2018/01/PS4Wallpapers.com_5a5c529019255_b271f9267d1cf955d326b25743c167db.png);
}

You can absolutely change the font, font-size, or even check size.

For your convenience, please clone the project, run the electron app with npm run start, a Chrome Dev Panel will be the best tool for you to create a customized theme.

Contributing

We are always looking for contributions, whether it's through bug reports, code, feature request. Please submit everything through GitHub issue.

Credits

App icon is from Flaticon, author is @itim2101. Use under Flaticon Basic License.

About

Yet another check generation & printing app written by electron react & typescript.

License:GNU General Public License v3.0


Languages

Language:TypeScript 78.0%Language:CSS 19.0%Language:HTML 3.0%