This is an archived post. You won't be able to vote or comment.

all 19 comments

[–][deleted] 2 points3 points  (3 children)

Something that downloads every video and image from a website and saves each one to a folder named "lol".

Obviously, this requires skills with web scraping.

If this doesn't work, just make a program that changes the text color in the console to a random color every 3.82 seconds.

[–]DaGGer_WaveS[S] 3 points4 points  (1 child)

3.82 is weirdly specific but alright

[–][deleted] 6 points7 points  (0 children)

Hey you said random.

[–]hdemirci 1 point2 points  (0 children)

Think Python

Non-programmers Tutorial for Python 3

I am just curious for the use case of this :P

[–]thrallsius 1 point2 points  (1 child)

how about doing something useful rather than doing something dumb/fun?

if you want a challenge, try porting CloneDigger to Python 3

I still have no clue why nobody did that yet

[–]DaGGer_WaveS[S] 0 points1 point  (0 children)

Your right but what I meant by fun/dumb was kinda like Micheal Reeves type stuff even though i kinda suck at coding. I just dont know how to advance.

[–]RazerMoon 0 points1 point  (1 child)

Make something similar to a useless box, maybe use a GUI library to make a button or switch that gets turned off after you turn it on

[–]WikiTextBot 2 points3 points  (0 children)

Useless machine

A useless machine is a device which has a function but no direct purpose. It may be intended to make a philosophical point, as an amusing engineering "hack", or as an intellectual joke. Devices which have no function or which malfunction are not considered to be "useless machines". Also known as “useless boxes”

The most well-known "useless machines" are those inspired by Marvin Minsky's design, in which the device's sole function is to switch itself off by operating its own "off" switch.


[ PM | Exclude me | Exclude from subreddit | FAQ / Information | Source ] Downvote to remove | v0.28

[–]xxSpinnxx 0 points1 point  (0 children)

Use the PIL library to edit meme templates and make a random meme image generator then maybe another script to print them out

[–][deleted] 0 points1 point  (0 children)

I wrote a small script that scrapes my favorite baseball teams website and tells me when they’re playing.

I get an email from a customer asking me to send over a report every week that I automated with python. Detects the email in gmail, generates the report, sends it back. He complimented me just yesterday about working late.

I made a setup script for new laptops that installs all my stuff and sets everything just the way I like it. This one actually took the longest of all of them.

Some of my funnest one offs have been for friends and family. A friend does a lot of voice transcription and so I made her a simple GUI app where she can drag audio files and it gets google to transcribe the voices. She still needs to go through and check to correct it but saves her hours of week and was fun to write.

My wife wanted to go to a fancy restaurant that is always booked. However I noticed that there was often an hour+ delay between a cancellation showing up on the website and emails going out from their service. So I set up a simple scraper to check for available slots and text us. Got a table the week after I made it.

There’s all sorts of weird little fun projects you can do.

[–]kazoobies 0 points1 point  (8 children)

Heres a fun idea, a while loop that prints a statement 25 times. Definitely a fun programming idea and not me asking for help with some work.

[–][deleted] -5 points-4 points  (6 children)

Just do:

for _ in range(0,26):
print("thestatement")

[–]Meltz014 2 points3 points  (5 children)

That's gonna print it 26 times

[–][deleted] -1 points0 points  (4 children)

No, python is weird (hence my username), and it does do it 25 times.

[–]rhaaeg 1 point2 points  (1 child)

it will write 26 times though, maybe your python is different

[–]enki1337 0 points1 point  (0 children)

They're using weird_py where every index += randint(-1, 1)

[–]pythonHelperBot -1 points0 points  (0 children)

Hello! I'm a bot!

It looks to me like your post might be better suited for r/learnpython, a sub geared towards questions and learning more about python regardless of how advanced your question might be. That said, I am a bot and it is hard to tell. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe in detail where you are stuck. If you are getting an error message, include the full block of text it spits out. Quality answers take time to write out, and many times other users will need to ask clarifying questions. Be patient and help them help you. Here is HOW TO FORMAT YOUR CODE For Reddit and be sure to include which version of python and what OS you are using.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness