Skip to content
View kristian-io's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report kristian-io

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

Pinned Loading

  1. slosar.online slosar.online Public

    Source code of my personal website located at http://slosar.online

    JavaScript

  2. PostsRestAPI PostsRestAPI Public

    Basic REST API for Posts

    JavaScript

  3. Convert Text To Speech in 20 lines o... Convert Text To Speech in 20 lines of python code
    1
    import requests, json, time
    2
    
                  
    3
    text = """Text to speech technology allows you to convert text of unlimited sizes to humanlike voice audio files!"""
    4
    apikey = "YOU_API_KEY" # get your free API key from https://rapidapi.com/k_1/api/large-text-to-speech/
    5
    filename = "test-file.wav"
  4. avatar avatar Public

    Avatar Project

    JavaScript