Skip to content

Fareed-Ahmad7/Kitaab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python License Pypi version linting

Kitaab

Create beautiful notes right from the terminal

Screenshot 2022-06-18 at 1 11 32 AM

Publish your notes to Github

kitaab.mov

Install

pip install kitaab

Run

python -m kitaab

Usage

help

Screenshot 2022-06-18 at 1 21 13 AM

board

Screenshot 2022-06-18 at 1 22 01 AM

Generate token to publish notes to Github repository [OPTIONAL]

You can skip this if you don't want to publish your notes to github repository. Your notes will be safe in local sqlite3 database
Uploading notes to github requires Authentication. Thankfully, Github users can generate Tokens to access GithubApi.

You can easily generate one for yourself by following the steps below:

  1. Sign in to your Github account
  2. Go to settings
  3. Navigate to Developer settings
  4. Click on Personal access tokens
  5. Click on Generate new Token
  6. Give it a name , set expiration date and click on repo under scopes
  7. Navigate down and click on green button Generate token
  8. Make sure to copy your personal access token now, you won't be able to see it again.

Screenshot 2022-06-18 at 1 46 30 AM

How to add token

add-token

Screenshot 2022-06-18 at 2 13 21 AM