I need minor project ideas with code if possible ?? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

I need minor project ideas with code if possible ??

I have 2 submit within 4 days

12th Feb 2017, 7:14 PM
rohit gite
rohit gite - avatar
7 Réponses
+ 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!
12th Feb 2017, 7:28 PM
Ahri Fox
Ahri Fox - avatar
+ 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.
12th Feb 2017, 7:43 PM
Ahri Fox
Ahri Fox - avatar
+ 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.
12th Feb 2017, 7:53 PM
Ahri Fox
Ahri Fox - avatar
+ 1
try an IRC bot or something partially web based
13th Feb 2017, 3:01 AM
Kurios Gaming
Kurios Gaming - avatar
0
thanks some kind of bot will work..🐒🛴
12th Feb 2017, 7:56 PM
rohit gite
rohit gite - avatar
- 2
hehe too basic for minor project but thanks..
12th Feb 2017, 7:30 PM
rohit gite
rohit gite - avatar
- 2
it's of 100 marks and I need something interesting..
12th Feb 2017, 7:45 PM
rohit gite
rohit gite - avatar