This repo contains all of the code from my YouTube channel.
The code is organized by month. Ex: if the video was uploaded in June, 2020, the code for that video will be in the June 2020 folder (6-2020). Code is NOT organized by language, project type, etc. By organizing the code by month it should be easy to find the code for the video you are watching.
Each month has its own table of contents (the README.md file in that month's folder) with the name of each video and a link to that video. The code will be in the folder with the same or similar name as the video.
Below I will write how you should go about using the code based on the framework and language of the project.
Create a virtual environment with python3 -m venv env
Activate the environment with source env/bin/activate
cd
into the project and then run python3 x
where x is the name of the python file
cd
into the where main.dart is and run flutter run
Make sure a simulator is running or you are connected to an actual device
Run flutter doctor
if you have issues
Simply open the project in VSCode, right click, and click open live server.
- Python Instagram Automation - https://youtu.be/hibhU5Rqt1s
- All my 25 days of Flutter code can be found here
- Strava API - https://youtu.be/zQwjZSuKTp4
- Chakra-ui and Next.js quickstart - https://youtu.be/zauiWxYbwPw
- Add Google Analytics And Google Adsense To NextJS - https://youtu.be/qQzyoFpgAFA
- App Bar Tutorial - https://youtu.be/Jr2X1NCelkQ
- getStaticProps - https://youtu.be/VH_3hzpAPbQ
- getStaticPaths - https://youtu.be/nKg0132Nu0o
- getServerSideProps - https://youtu.be/qUhYZi-KMPQ
- Tweepy Twitter Bot | Python Automation - https://youtu.be/RkWsOW1Du3s
- getInitialProps - https://youtu.be/RgQxcw2R1q0
- NextJS pages, css, static files - https://youtu.be/HM5kB2x1ccw
- Python Automation With Selenium Tutorial | Instagram Commenting - https://youtu.be/XSBByzO1xjg
- Web Scraping Popular YouTube Videos | Python One Day Builds - https://youtu.be/zhkhdD2hkQw
- Bottom Navigation Bar Widget: Flutter Tutorial - https://youtu.be/WG4y47qGPX4
- HTML And CSS Website Development | Code A Coffee Shop Website With Me! (3) - https://youtu.be/rrZXbb2Oek8
- Python Tutorial Web Scraping With Selenium and BeautifulSoup | Python One Day Builds - Project 1 - https://youtu.be/pPBUWJfquzs
- Tik Tok Bee Movie - Automating Texting Every Word | Python One Day Builds Project 2 - https://youtu.be/Gb7GTyoW1Zw
- Python Automation With Selenium Part 1: Building an Instagram Bot (2020 Updated) - https://youtu.be/AWSz7rVKZbQ
- Python Automation With Selenium Part 2: Liking and Commenting - https://youtu.be/8FysfhwDdXk
- HTML And CSS Website Development | Code A Coffee Shop Website With Me! (1) - https://youtu.be/7DET80tmL5E
- HTML And CSS Website Development | Code A Coffee Shop Website With Me! (2) - https://youtu.be/U42gWI7kQXY