Code Monkey home page Code Monkey logo

discord-py-i18n's Introduction

19yo Pythonista & Rustacean. Contact me on matrix.

Tools

  • Python: The first language I learned. I've been coding in Python for nearly 7 years.
  • Rust: My favorite language to use, and what I work with the most.
  • Typescript: It's better than javascript, at least. I use it to build websites and mobile apps (with react native).
  • PostgreSQL: My go-to any time I need a database. I even wrote an orm for it.
  • Docker: I know the basics of Docker, and I'm using it in V4 of Starboard. It's nice to not have to clone & build the source code to run my apps - I just have to pull the image.
  • Git: I'm pretty good at using Git via GUIs (GitHub, GitHub Desktop, VSC, etc.), but I can use very basic features through the command line as well.

Active Projects

Discord Bots

  • Starboard: Highly advanced starboard bot for Discord.
  • io: A code running bot for discord.
  • Wires: A bot with random features I want.
  • Minigames: Fun minigames.

Libraries

  • apgorm: An async ORM for PostgreSQL, wrapped around asyncpg.
  • DetaORM: An async ORM for DetaBase.
  • hikari-clusters: Clustering tool for Hikari.
  • floodgate: Fast cooldown implementation. See here for python bindings.
  • regex-rs: Python bindings for the rust regex crate.
  • socketapp: A simple library for creating websocket-based apps.
  • mockeval: Cursed but kinda cool lambdas.
  • nullable: Typed Null singleton for Python

Misc

  • IvyCraft: Code + Discord bot for handling the IvyTech minecraft server.
  • minecraft: My rust/bevy/valence playground for a minecraft server.

Maintainer For

Currently working on

Things I want to do

  • discord http/gateway proxy with cache
  • python bindings for twilight, hikari extension that utilizes these bindings
  • learn bevy and make a game
  • learn go

Archived

discord-py-i18n's People

Contributors

circuitsacul avatar

Stargazers

 avatar

Watchers

 avatar  avatar

discord-py-i18n's Issues

No translation file found for domain: 'bot'

I just ran run.py file.

Error:

 $ python3 run.py 
Traceback (most recent call last):
  File "/home/adil/Clones/discord-i18n/run.py", line 5, in <module>
    from app.bot import Bot
  File "/home/adil/Clones/discord-i18n/app/bot.py", line 3, in <module>
    from app.i18n import current_locale, lazy_translate as _l
  File "/home/adil/Clones/discord-i18n/app/i18n.py", line 18, in <module>
    gettext_translations = {
  File "/home/adil/Clones/discord-i18n/app/i18n.py", line 19, in <dictcomp>
    locale: gettext.translation(
  File "/usr/lib/python3.9/gettext.py", line 607, in translation
    raise FileNotFoundError(ENOENT,
FileNotFoundError: [Errno 2] No translation file found for domain: 'bot'

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.