Skip to main content

LeetCode inspired app in your terminal, powered with Python and built on Textual!

Project description

███    ██ ██    ██ ██   ██ ██████   ██████  ██   ██ 
████   ██  ██  ██   ██ ██  ██   ██ ██    ██  ██ ██  
██ ██  ██   ████     ███   ██████  ██    ██   ███   
██  ██ ██    ██     ██ ██  ██   ██ ██    ██  ██ ██  
██   ████    ██    ██   ██ ██████   ██████  ██   ██ 

Nyxbox is a Textual-based TUI app for all your challenge solving needs supporting Python, JS, Java, and C++. Meant to help people learn and practice their coding. Also, who's Nyx?

What's new?

Latest - 1.0.0 1.0.0 - 6/28/25

  • Fully featured app out now!
  • Powered on a backend now (thanks nest (psst hack club))
  • Supports slack and guest sign in as well
  • Execution environments finally work!

Features

  • Vend random coding challenges from a curated set
  • Edit and run solutions in multiple languages!
  • Hidden tests for extra challenge (we cant just have you cheating the returns right?)
  • Really bad Really good daemon character!

Getting Started

1. Install Requirements

Install nyxbox via pip.

pip install nyxbox

Ensure clang++ or g++ is installed for C++, and node for JavaScript support. Same goes for Java (any JDK should work! Working on adding custom paths so it doesn't matter where you install it)

2. Run the App

nyxbox

Method 2: Install via git

Clone git repo and cd.

git clone https://github.com/thisiscid/NyxBox
cd NyxBox

Then, run as a module.

python3 -m nyxbox.main

Development

Backend

This assumes that you have already cloned the repo (check above)

1. Create a .env file

A .env file in the folder of the backend must be created. Here's what it should look like.

GOOGLE_CLIENT_ID=your-google-client.id.here
GOOGLE_CLIENT_SECRET=GOCSPX-your-google-oauth-secret-here
GOOGLE_REDIRECT_URI=http://localhost:8000/auth/google/callback
GITHUB_CLIENT_ID=your-github-client-id-here
GITHUB_CLIENT_SECRET=your-github-oauth-secret-here
GITHUB_REDIRECT_URI=http://localhost:8000/auth/github/callback
JWT_SECRET=your-jwt-secret-here
DATABASE_URL=sqlite:///./nyxbox.db
API_BASE_URL = http://localhost:8000
SLACK_CLIENT_ID=sample
SLACK_CLIENT_SECRET=sample_secret
SLACK_SIGNING_SECRET=sample_sign
SLACK_REDIRECT_URI=http://localhost:8000
SLACK_CHANNEL_WEBHOOK_URL=slack_here
SLACK_DMS_WEBHOOK_URL=slack_here

JWT_SECRET should be a long random string (e.g., use openssl rand -hex 32).

You will also have to to manually enter the frontend folder where NyxBox has been installed and check utils.py in order to change the link to your server, as the backend currently does not exist.

2. Run via uvicorn

Inside of the backend folder, run

uvicorn main:app

Make sure that it is running on port 8000. Furthermore, set your redirects inside of Github and Google OAuth to localhost:8000/auth/github/callback or localhost:8000/auth/google/callback.

Notes

  • Python 3.10+ recommended (The dev is running 3.12.1)
  • C++ (clang++ or g++), JS (node.js), and Java (JDKs) runners require system dependencies. If they error out, make sure that you have them installed before raising an issue.
  • Run in a terminal supporting Unicode and colors like Ghostty, Alacritty, or others.

Credits

  1. Textual for providing the underlying framework for the TUI
  2. You! For using it! Thank you!
  3. copilot for being terrible and making bad code hack clubbers :3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nyxbox-1.0.0.tar.gz (50.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nyxbox-1.0.0-py3-none-any.whl (42.2 kB view details)

Uploaded Python 3

File details

Details for the file nyxbox-1.0.0.tar.gz.

File metadata

  • Download URL: nyxbox-1.0.0.tar.gz
  • Upload date:
  • Size: 50.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for nyxbox-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f663f429829fc52ff64f0f69dae789592e1abc93636cc4cd5c0e7cc9f65df3d2
MD5 28a767892e5fe075de8deee70592c16d
BLAKE2b-256 5aa3f764f21c12b61e4b6bf290d01809a8f8a7fb2b1aa9edba598f5c9337d0dd

See more details on using hashes here.

File details

Details for the file nyxbox-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: nyxbox-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 42.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for nyxbox-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6bd137a622c2078d1abf9c61e00d0714b4dd2e02f8f3172ff54d4d3583b9dcf5
MD5 419612f17ed33374fdd4b4cc4712abac
BLAKE2b-256 9b25c79dfb0c8f81ac726cf61e511af776f9966057730cedb476d56a5f72b5c7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page