Skip to content
View shajidhasan's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report shajidhasan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shajidhasan/README.md

Hey, I'm SH4JID πŸ‘‹

Nice to meet you! I'm currently a mechanical engineering fresher at CUET. I love building random fun projects using various different technologies. Lately I'm into Svelte, TypeScript, TailwindCSS. But I'm always exploring. Looking to try my hand at data science next.

Currently I'm working with Bengali AI.

Pinned

  1. batname batname Public

    Generate texts like "The Batman (2022)" film logo

    Svelte 331 56

  2. cowsay-svelte cowsay-svelte Public

    A cowsay GUI built with Svelte, TailwindCSS and HTML Canvas

    Svelte 68 9

  3. rknotes-app rknotes-app Public

    Svelte 6 1

  4. rknotes-landing rknotes-landing Public

    JavaScript 5 1

  5. download_lipighor_fonts.md download_lipighor_fonts.md
    1
    # LipiGhor font downloading script
    2
    
    
    3
    I needed some Bengali fonts for a project and I found it quite tiresome to download multiple fonts quickly from [LipiGhor](https://lipighor.com). One of the reasons being the buttons on the preview cards are not actually anchor tags so you can't open the fonts in multiple tabs.
    4
    
    
    5
    So I wrote a PYTHON script. It should download all of the fonts available in the website pretty quickly. You may need to run `pip install requests` before executing the script.
  6. download_fontbd_fonts.md download_fontbd_fonts.md
    1
    # FontBD font downloading script
    2
    
    
    3
    I needed some Bengali fonts for a project and I found it quite tiresome to download multiple fonts quickly from [LipiGhor](https://lipighor.com) as well as [FontBD](https://fontbd.com). So I wrote a PYTHON script for downloading all the fonts of these websites. You may need to run `pip install requests` before executing the script.
    4
    
    
    5
    The [LipiGhor script is here](https://gist.github.com/shajidhasan/186b808de6408ecd2b5b314a99f41dd5).