Giter Club home page Giter Club logo

noteshrinker-django's Introduction

Noteshrinker - Django

What is this?

This a webservice, which is designed to help people keep their notes clean and store them in pretty PDF's.

It shrinks & prettifies the images uploaded, which makes them much easier to work with.

Example

Look at the image provided: before_after_image Better resolution is availible in the "example" folder of this repo. It is not perfect example, it is the one done with the defaults, yet it can be made better by tweaking settings.

How does it look like?

ui How do i launch it?

First of all, get python 3 & then get pip.

  1. Python 3

  2. Pip

  3. Then, clone this repo (attention! it will be cloned to the current directory, so make sure you do it in some kinda documents or special one) git clone https://github.com/delneg/noteshrinker-django/

  4. Then, cd noteshrinker-django and pip3 install -r requirements.txt

  5. Tweak the settings in the bottom of the settings.py file.

  6. Finally, from the root directory of the project python3 manage.py migrate and bash python3 manage.py runserver

  7. Navigate to http://127.0.0.1:8000 in your browser!

License

MIT

Contribution

Feel free to contribute, I will review all responses.

Locales

Currently the app has Russian and English languages availible. Feel free to add your locale - I'll appreciate it!

To add a locale: Add a locale to LANGUAGES in settings.py file

Do django-admin makemessages, edit the django.po file in locale/{local_code}/LC_MESSAGES/

Then run django-admin compilemessages

noteshrinker-django's People

Contributors

delneg avatar

Watchers

Davor Maksimović avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.