this post was submitted on 13 Jun 2025
5 points (77.8% liked)

General Programming Discussion

8580 readers
1 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 6 years ago
MODERATORS
 

For a school project I need to make a simple python program. I need ideas so if you have something that you want made for you then please post it here. I'll release it here under a gnu general public license once I've finished.

you are viewing a single comment's thread
view the rest of the comments
[–] shittydwarf@sh.itjust.works 2 points 5 days ago* (last edited 5 days ago) (2 children)

Simple emulators (Original nintento, gameboy, space invader arcade cabinet, old teletype machines.. german enigma code machine)
Software synthesizer
Sample mixer
Guitar tuner
Sheet music to tab converter
Wordle clone
Stock tracker
zip/unzip tool
mp3 codec encoder / decoder
ebook converter
CLI ebook reader
A posix compliant shell
Ascii video player (play youtube videos on the console using ascii)
Spotify client that runs in the terminal
QR code generator
CLI Flashcards

[–] NeatNit@discuss.tchncs.de 7 points 5 days ago

there's a pretty wild range there from fairly easy to make in a few hours to massive community effort over several decades

[–] pineapple@lemmy.ml 1 points 5 days ago (3 children)

The asci video player would be cool. I don't need to go to my web browser to watch youtube, I could do it in the terminal! terminal spotify client also seams cool, although I wouldn't know where to start with that. I could just make an mp3 player, it would align with my idea of privacy. What do you mean by ebook converter? does it convert physical book pages to ebooks? i'm slightly confused.

Also I love the cli based ideas we need more cli apps.

[–] django@discuss.tchncs.de 1 points 5 days ago* (last edited 5 days ago)

VLC can play video in the terminal like this:

vlc --vout=caca video

[–] shittydwarf@sh.itjust.works 1 points 5 days ago

I was thinking converting from .mobi to .epub as .pdf is wild. Just some random ideas I have for side projects

[–] MyNameIsRichard@lemmy.ml 1 points 5 days ago* (last edited 5 days ago)

does it convert physical book pages to ebooks?

I'm guessing it converts something like ePub to PDF. You could try to write in a way such that it becomes simple to add new formats.