Aksh Gupta

Results 16 issues of Aksh Gupta

The idea is to fire up a [Node REPL](https://nodejs.org/api/repl.html) when the CLI is initiated. The REPL will parse commands and arguments and match them with a list of available commands...

enhancement
python
c/c++

### Is your feature request related to a problem? If the user presses Ctrl-C in between the execution of an async function inside metacall, the `metacall_destroy()` process doesn't happen, and...

bug
good first issue
javascript
c/c++

## Is your feature request related to a real problem or use-case? It'd be a good idea to be able to create mutually exclusive groups for options that cannot coexist....

A calendar app would be awesome to have. It would display the calendar of every month for various years. The `calendar` python module can directly be used to generate the...

tkinter
new app

The current screen size and positioning (and sizing) of all widgets is static. Make them dynamic so as to adapt to various screen sizes and prevent overlapping. - Use `pyautogui`...

help wanted
good first issue
tkinter

The different apps need to be written in separate scripts and then imported into the main code. It'll be more convenient to have all the app files in a separate...

help wanted

An app to play some sample music files from a `sample_music` folder. (Just like the sample pictures app) It'll be nice to have Pause, Play, Next and Previous buttons too.

tkinter
new app

It'll be nice if users could add their own images to the sample pictures app (then we can change its name to **Gallery**). I haven't really thought of the right...

feature

The YT Live Streaming API has some useful methods, documented here: https://developers.google.com/youtube/v3/live/docs It'll be nice to have all the methods for different resources. It'll be easier if a new file...

Add a contributing guide, with instructions for development setup, and testing your changes.