VenkateshDas / learn

A repository to host my learning on various topics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learn

Welcome to the "learn" repository! This repository contains a markdown editor app and my blog posts.

Contents

  • markdown_editor/app.py: This file contains the code for the markdown editor app.
  • contents/: This directory contains the markdown files for my blog posts.

Usage

To run the markdown editor app, follow these steps:

  1. Install the required dependencies by running pip install -r requirements.txt.
  2. Navigate to the markdown-editor/ directory and run the app using streamlit run app.py.

You can use the markdown editor app to create and edit markdown files for your blog posts. The app will save the files to the contents/ directory, where you can view and manage them.

License

This repository is licensed under the MIT License. See LICENSE for more information.

About

A repository to host my learning on various topics.

License:MIT License


Languages

Language:Python 100.0%