Code Monkey home page Code Monkey logo

blogging-helper's Introduction

Blogger.com Helper

Just a simple script I wrote for helping me with blogger.com's inconveniences. In fancier terms, I would call it a text processor engine, but I dunno how far that applies to this project.

What it does

It takes in input through the article.txt, does some python magic and outputs a out.txt file with the converted text. It uses symbols as the first word for it's conversion.

an example:

article.txt

p bruh moment
# lol


p some text here *too*

to
out.txt

<span style="font-family: Comfortaa; font-size: medium;">bruh moment</span><br>
<span style="font-family: Comfortaa; font-size: xx-large;">lol</span><br>
<br>
<br>
<span style="font-family: Comfortaa; font-size: medium;">some text here <b>too</b></span><br>

What do the symbols mean?

The symbols borrow their origin partially from Markdown (a file type).

Symbol Description
# Huge Title
## Smaller Title
p Paragraph
*text* Bold Text
[link-title](link) Links

Currently, this is the scope for the Script. I'll probably add more features in the near future as and when I need them!


Usage

The script has no dependencies, so just

git pull https://github.com/mulitate4/script_Blogging_helper

and then type in your text in article.txt. One thing to keep in mind is that, every line needs to begin with a symbol from the table above, and then the text after space after the symbol. This is kinda like Markdown, so if you're familiar with it, you should be able to grasp this too. Not a lotta people would use this but I might just make a .exe version for this.

blogging-helper's People

Contributors

mulitet4 avatar

Stargazers

Harshith Kelkar avatar

Watchers

 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.