😸Awsome markdown readme for your profile or your portfolio

Overview

GitHub Profile Readme

banner

Description

  • That's a simple and minimalist README.md for your profile

Usage

  • You can download or copy to your repository and make sure that your repository name is the same as your GitHub username
  • You need a wakatime account: https://wakatime.com
  • Download wakatime plugin to your code editor: https://wakatime.com/plugins

Configuration

  • In the _config.yml file add your GitHub username and your wakatime username
  • In the neofetch.md file you can customize your portfolio

Preview

[email protected]: ~$ neofetch

                                 •••••                                
                      •••••••••••••••••••••••••••                     
                 •••••••••••••••••••••••••••••••••••••                                  
              •••••••••••••••••••••••••••••••••••••••••••                   [email protected]
           •••••••••••••••••••••••••••••••••••••••••••••••••                ---------------------
         •••••••••••••••••••••••••••••••••••••••••••••••••••••              OS: Windows/Linux
       ••••••••••    •••••••••••••••••••••••••••••    ••••••••••            Uptime: 16 years
     •••••••••••          •••             •••          •••••••••••          Packages: Python, JS
    ••••••••••••                                       ••••••••••••         Shell: PowerShell, Bash
   •••••••••••••                                       •••••••••••••        Editors: VSCode, JetBrains
  ••••••••••••••                                       ••••••••••••••     
 •••••••••••••                                           •••••••••••••      contact information
 ••••••••••••                                             ••••••••••••      -------------------
 ••••••••••••                                             ••••••••••••      GitHub: github.com/Cyb3rCl0n3
 ••••••••••••                                             ••••••••••••      Discord: Krisztián#7406
 ••••••••••••                                             ••••••••••••    
 •••••••••••••                                           •••••••••••••      compiling projects
 ••••••••••••••                                         ••••••••••••••      ------------------
  •••••••••••••••                                     •••••••••••••••       Portfolio: ~/Cyb3rCl0n3
   •••••••••••••••••                               •••••••••••••••••  
    ••••••     •••••••••••                   ••••••••••••••••••••••   
     ••••••••    •••••••••••               •••••••••••••••••••••••    
       ••••••••    ••••••••                 ••••••••••••••••••••      
         •••••••                            ••••••••••••••••••        
           •••••••••                        ••••••••••••••••          
              •••••••••••••                 •••••••••••••             
                 ••••••••••                 ••••••••••                 
                       ••••                 ••••
[email protected]:~$ github.stats

languages                                             editors
---------                                             -------
Python       [#####-----]  46.93%  10 hrs 8 mins      VS Code      [########--]  84.96%  18 hrs 20 mins
YAML         [###-------]  28.52%  6 hrs 9 mins       PyCharmCore  [##--------]  15.04%  3 hrs 14 mins
Markdown     [#---------]  14.56%  3 hrs 8 mins       
Text         [----------]  4.6%    59 mins            operating systems
JSON         [----------]  2.32%   30 mins            -----------------
HTML         [----------]  2.26%   29 mins            Windows      [######----]  58.19%  12 hrs 34 mins
Other        [----------]  0.79%   10 mins            Linux        [####------]  41.81%  9 hrs 1 min
---------
total        [##########]  100.0%  21 hrs 35 mins
Application that converts markdown to html.

Markdown-Engine An application that converts markdown to html. Installation Using the package manager [pip] pip install -r requirements.txt Usage Run

adriano atambo 1 Jan 13, 2022
A fast, extensible and spec-compliant Markdown parser in pure Python.

mistletoe mistletoe is a Markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable. Apart from being the fastest Comm

Mi Yu 546 Jan 01, 2023
Convert mind maps to markdown for import into Roam.

Mind Map to Markdown for Roam import Got a Mind Map with contents you'd like to import into Roam? Soon, this Python application might do what just you

Romilly Cocking 3 Dec 09, 2021
A fast yet powerful Python Markdown parser with renderers and plugins.

Mistune v2 A fast yet powerful Python Markdown parser with renderers and plugins. NOTE: This is the re-designed v2 of mistune. Check v1 branch for ear

Hsiaoming Yang 2.2k Jan 04, 2023
CiteURL is an extensible tool that parses legal citations and makes links to websites where you can read the cited language for free.

CiteURL is an extensible tool that parses legal citations and makes links to websites where you can read the cited language for free. It can be used t

15 Dec 27, 2022
a small simple library for generating documentation from docstrings

inkpot a small simple library for generating documentation from docstrings inkpot is available on pip. Please give it a star if you like it! To know m

Axel Gard 5 Oct 20, 2022
Converts a grading Excel sheet into Markdown documents.

GradeDocs Turns Excel worksheets into grade/score documents. Example Given such an Excel Worksheet (see examples/example.xlsx): The following commands

Patrick Bucher 1 Dec 19, 2021
Markdown journal template.

Markdown Journal Template Description This project contains a script which creates a markdown journal template for the current year by creating a mark

Stephen McAleese 2 Mar 06, 2022
Read a list in markdown and do something with it!

Markdown List Reader A simple tool for reading lists in markdown. Usage Begin by running the mdr.py file and input either a markdown string with the -

Esteban Garcia 3 Sep 13, 2021
A Discord Bot for rendering Markdown

Markdown to PDF Bot A discord bot that accepts markdown files (or messages) and displays them as images. Prerequisite To install, you must have have :

1 Oct 21, 2021
An interactive, terminal-based markdown presenter

lookatme lookatme is an interactive, extensible, terminal-based markdown presentation tool. TOC TOC Features Tour Navigating the Presentation CLI Opti

James Johnson 1.4k Jan 01, 2023
A minimal platform for Markdown-based blogs

madblog This project provides a minimal blogging platform based on Markdown files. Demos This project powers the following blogs: Platypush My persona

Fabio Manganiello 2 Aug 02, 2022
A markdown generation library for Python.

Welcome to SnakeMD SnakeMD is your ticket to generating Markdown in Python. To prove it to you, we've generated this entire README using SnakeMD. See

The Renegade Coder 22 Dec 08, 2022
A lightweight and fast-to-use Markdown document generator based on Python

A lightweight and fast-to-use Markdown document generator based on Python

快乐的老鼠宝宝 1 Jan 10, 2022
markdown2: A fast and complete implementation of Markdown in Python

Markdown is a light text markup format and a processor to convert that to HTML. The originator describes it as follows: Markdown is a text-to-HTML con

Trent Mick 2.4k Dec 30, 2022
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!

markdown-it-py Markdown parser done right. Follows the CommonMark spec for baseline parsing Configurable syntax: you can add new rules and even replac

Executable Books 398 Dec 24, 2022
Mdformat is an opinionated Markdown formatter that can be used to enforce a consistent style in Markdown files

Mdformat is an opinionated Markdown formatter that can be used to enforce a consistent style in Markdown files. Mdformat is a Unix-style command-line tool as well as a Python library.

Executable Books 180 Jan 06, 2023
A Python library to retrieve annotations and notes from Zotero and save them into Markdown files.

Zotero to Markdown Generate Markdown files from Zotero annotations and notes. With new Zotero PDF Reader, all highlights are saved in the Zotero datab

Essi Alizadeh 20 Nov 03, 2022
A markdown lexer and parser which gives the programmer atomic control over markdown parsing to html.

A markdown lexer and parser which gives the programmer atomic control over markdown parsing to html.

stonepresto 4 Aug 13, 2022
A markdown extension for converting Leiden+ epigraphic text to TEI XML/HTML

LeidenMark $ pip install leidenmark A Python Markdown extension for converting Leiden+ epigraphic text to TEI XML/HTML. Inspired by the Brill plain te

André van Delft 2 Aug 04, 2021