Skip to content
View V3ntus's full-sized avatar
โ˜•
Remind me to code again
โ˜•
Remind me to code again

Organizations

@darvester
Block or Report

Block or report V3ntus

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

Hi there ๐Ÿ‘‹

I'm Ventus, Gladius Synthetic Orchestra, or just Joe

I'm a young software developer, film composer, video and audio production nerd- actually, just a general nerd. Yeap.

  • Sole developer of darvester
  • Currently developing internal software for an engineering firm, written in Flutter
  • GitBook

Now Playing:


๐ŸŽถ My music:

from config import socials_tree
print(socials_tree.all)

I usually promote my music first, as that's what I am known for

Social Media:


๐Ÿ’ป GitHub Stats:

import github
print(github.stats(user="V3ntus"))

V3ntus' GitHub stats

print(github.stats(user="V3ntus").topLangs)

Top Langs

Hackthebox.eu:

Pinned

  1. darvester/darvester darvester/darvester Public

    Powerful Discord OSINT toolkit written in Python and Dart/Flutter

    Dart 47 10

  2. nyxx-self nyxx-self Public

    Forked from nyxx-discord/nyxx

    Self-bot Discord API wrapper fork of Nyxx for Dart

    Dart 2 2

  3. gladiusso.com gladiusso.com Public

    Open source assets for my website

    CSS

  4. OpenWeather Python data model/serial... OpenWeather Python data model/serializer
    1
    class OpenWeatherModel(object):
    2
        __slots__ = "_json", "cod", "message", "base", "weather", "main", "name", "wind", "sys", "cod", "temp", "feels_like", "temp_min", \
    3
                    "temp_max", "pressure", "humidity", "speed", "deg", "gust", "sunrise", "sunset", "country", "timezone", \
    4
                    "visibility"
    5