Skip to content
View ivansaul's full-sized avatar

Block or report ivansaul

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
ivansaul/README.md

Typing SVG

class AboutMe():
  # Passionate self-taught developer.

  def __init__(self):
    self.name = "Ivan Saul"
    self.username = "ivansaul"
    self.location = "Lima, Peru"
    self.portfolio = "https://ivansaul.github.io"
    self.interests = [
      "Python",
      "SwiftUI",
      "Flutter",
      "Clean code",
      "UX design",
    ]
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = AboutMe()











C++ C Python Jupyter Html JavaScript Css Firebase Flutter MongoDB Git Linux Illustrator Pic

snake animation

Pinned Loading

  1. cheat-sheets cheat-sheets Public

    Cheat-Sheets: Your go-to quick reference developer guide for learning Python, Rust, Swift, JavaScript, Kotlin, Go, Git, and more!

    Dart 33 6

  2. personal-portfolio personal-portfolio Public

    Fully responsive personal portfolio single-page website, responsive for all devices, built using HTML, CSS, JavaScript and Python.

    CSS 145 83

  3. CLI-Video-Compressor CLI-Video-Compressor Public

    A simple yet powerful command-line application designed for compressing videos. You can reduce the size of your video files while maintaining acceptable quality, which is useful for sharing videos …

    Python 31 1

  4. codigo_facilito_downloader codigo_facilito_downloader Public

    Descarga automatizada de Codigo Facilito

    Python 149 47

  5. platzi-downloader platzi-downloader Public

    Platzi Downloader | Es una herramienta de línea de comandos para descargar cursos directamente desde la terminal. Utiliza Python y Playwright para automatizar el proceso de descarga.

    Python 62 6

  6. flutter_todo_app flutter_todo_app Public

    A minimalistic TODO app built with Flutter. State management is handled by Riverpod, and local databases Isar and Hive provide efficient data storage. The project follows Clean Architecture princip…

    Dart 41 4