Create a video tutorial company, start with 900$

vinnyMS

BANNED
Joined
Jul 5, 2022
Messages
684
Reaction score
434
Find python source code on GitHub
Download the files

Go on Upwork

Hire someone for 50$ to take screenshots of every line of code separately
in the screenshot, the line of code is marked with a red rectangle

hire someone else for 50$ o copy each line of code in a separate text file each line

Hire a 3rd person for 100$ to use chatGPT to describe the line of code

He or she has to save the chatGPT text as text files with exact name to match the screenshot file names

Hire a 4rth person to voiceover the chatGPT text files for 700$ and save their voice as a mp3 file with same names like the screenshot

by yourself you go on clipchamp and you add screenshots in the timeline and match them with mp3s

export as MP4

Upload on udemy, you get 20000 students in 2 years that's 200,000$

keep investing 900$ for 200,000$

create more
 
This is an excellent idea for a few local clients of mine. Defo something I was thinking of reading up on! Thanks for the write-up.
 
Bro - all kidding aside.

You have unrealistic fantasies. And you need some deep introspection.

You think you've chanced upon Upwork as some sort of a goldmine. When it really isn't.

Last year you wanted to approach Dubai with a 3 billion dollar proposal for a mining rig in a skyscraper.

After that you wanted to net million dollars on Udemy with a course that somehow had a magical 50% conversion rate on FB ads.

You need to go out and touch the grass. Not just touch it, make sure the blades tingle well against your bare bum. Like really get in there and go crazy for a little bit, until your chakras open and you realize the fallacy of your wishful thinking.
 
is it some kind of late april fools plan?
 
here is a part of a tutorial

Screenshot_3.png


here is the mp3 text tom be saved as mp3 file

This code defines a class named "MyFirstClass" with two methods, "init" and "greet". The "init" method is a special method that is called when an object of the class is created. It takes two parameters: "self" and "name". "self" is a reference to the object being created, and "name" is a string that represents the name of the object.

The line "self.name = name" sets the value of the object's "name" attribute to the "name" parameter passed to the constructor. This means that every instance of the "MyFirstClass" class will have a unique "name" attribute.

The "greet" method is a regular method that takes one parameter: "self". It uses the "name" attribute of the object to print a personalized greeting message using the "print" function and a formatted string.

Overall, this code creates a class that represents a person or an entity with a name, and provides a method for greeting that person or entity. When an object of this class is created, the constructor sets the value of the object's "name" attribute to the name provided, and the "greet" method can be called to print a personalized greeting message.
 
here is a part of a tutorial

View attachment 254894


here is the mp3 text tom be saved as mp3 file
Here's a quick and dirty idea:
Instead of hiring someone to highlight the code, hire a Python developer to write a program that can automate this process. Python can also automate the video creation as well. You can use ChatGPT4 API as a director for this to create a script as well.
If you ask the dev to create a "generic" script that takes in configuration, say in JSON format and then share that specific format with GPT4, it can create the script and the video for you.
Python developer is of course more expensive, but this removes the liability of human work, lowering overall cost as well as enabling to create everything (except voiceover, which should be human) extremely fast.
 
In theory its all good. However implementation is hard.

In theory to start a business you need a business idea, create a sales pitch, do marketing, count $$ and pay taxes, then buy lambo.

However implementation is a whole lot different than writing business plans.

I am a positive guy and see strengths in everything, you would make a good guru on YouTube actually. Try to make a channel with all these ideas. Once a while rent a lambo and shoot a video too. Sell the pipe dream and keep asking what color is your lambo.
 
Can you just actually take ones of your "ideas" and go do it rather than posting 1 every day.



“The way to get started is to quit talking and begin doing. ”​


― Walt Disney
 
  • Like
Reactions: GTC
Back
Top