+ 1
I need minor project ideas with code if possible ??
I have 2 submit within 4 days
7 Respuestas
+ 12
make an idea generator
no joke
#this is python
import random
adj=["idea","hack","website"]
verb=["maker","generator","game"]
a=random.choice(adj)
b= random.choice(verb)
print(a,b)
^ something like that, but probably with more to it depending on what they require of you. now get coding!
+ 9
Oh that was just an example so you get the idea. You can expand that alot. From making custom enterable word lists, to an interface gui, to writing it to a textfile, etc. You can make it as "major" as you need.
+ 8
You don't think that's interesting? Look at my story generator code. Although that's poorly coded (didn't know about dictionaries/arrays at the time), it takes this concept into something interesting by making the summary of an entire story. I offered a suggestion, go make it interesting to you. Want some more? Build a very small game. Build a Twitter bot that reports stats. Build a Twitter bot that IS a game. Build a automatic emailer. Unless you can tell me what you find interesting, I can only blindly give you ideas.
Also you said MINOR projects. This seems more medium tier.
+ 1
try an IRC bot or something partially web based
0
thanks some kind of bot will work..🐒🛴
- 2
hehe too basic for minor project but thanks..
- 2
it's of 100 marks and I need something interesting..