OmkarPathak
django-notekeeper
HTML

:clipboard: A pretty easy django notes app. Have a note, save it!

Last updated Oct 29, 2025
71
Stars
24
Forks
5
Issues
0
Stars/day
Attention Score
6
Language breakdown
HTML 36.8%
Python 29.3%
JavaScript 21.0%
CSS 13.0%
โ–ธ Files click to expand
README

django-notekeeper

A pretty easy django notes app. Have a note save it!

Built with :heart: and :coffee: by Omkar Pathak

Features

  • CRUD notes
  • Copies selected text automatically
  • Easily share
  • Download note as PDF
  • Beautiful yet simple UI
  • Encrypted Data so that no one can phish it! (using django-cryptography)

Installation

  • Clone the repository
git clone https://github.com/OmkarPathak/django-notekeeper.git
  • Install Dependencies
cd django-notekeeper
pip install -r requirements.txt
  • Create a file names .env in the folder where your settings.py file is present. Enter following information in your .env file
SECRETKEY=<yoursecret_key>
  • Run django migrations
python manage.py migrate
  • Run django server
python manage.py runserver

Working

working

Encryption of all your note contents

Imgur

Donation

If you have found my softwares to be of any use to you, do consider helping me pay my internet bills. This would encourage me to create many such softwares :)

| PayPal | Donate via PayPal! | |:-------------------------------------------:|:-------------------------------------------------------------:| | โ‚น (INR) | Donate via Instamojo |

ยฉ 2026 GitRepoTrend ยท OmkarPathak/django-notekeeper ยท Updated daily from GitHub