Friday 23 July 2021

Flask Course Presented by JTECHCODE 2.O | Python Flask web framework full course

Learn the fundamentals of the Flask framework and its various extensions.

This course is designed to teach you everything you need to know to get started building your own Python-based web apps using the Flask framework.

I will teach you the basics of Flask and show you some examples of how to build apps using only the features of the Flask framework itself. Then I will teach you various useful extensions that you can use to make adding more powerful features to your Flask apps much easier and show you example apps using those extensions.

Registration for Live Classes | Fill the google form and Pay entry fee

What you'll learn

  1. How to build Python-based web apps using Flask.
  2. Routing and view functions
  3. Building dynamic URL
  4. Rendering HTML templates (Jinga2 Template Engine)
  5. Handle the http methods
  6. Built RESTful API with Flask
  7. Request objects
  8. Redirection & Errors
  9. Working with Cookies data - set cookies & read cookies
  10. Working with Session data - set session
  11. File Uploading with flask
  12. Flashing messages to user

Flask Extensions

Flask-Mail - To configure mail server for sending emails to users
Flask-MySQL - To connect to and interact with a database in Flask using MySQL

Practical 

  1. Create Python web apps 
  2. OTP verification Application
  3. Create perfect Login system - Signup & Signin
  4. Create CRUD Operations application using flask
  5. Each topic wise coding practice
  6. More live coding with flask framework

Requirements

Basic Python
Be Able to Install Python and Flask on your computer
Know some basic HTML

Telegram Link: https://t.me/JTECHCODEjayakumar Telegram ID: @JTECHCODEjayakumar

Learn Python programming basic fully free on JTECHCODE 2.O

Wednesday 21 July 2021

How to use cheat engine tool to modify the offline game elements(Coins, Golds, Diamonds, Lives, Equipments)

Cheat Engine is a memory scanning tool. It allows you to access data stored in your computer's memory and make changes to that data. This allows you to change information in a game, such as health, ammo, score, lives, and the number of things you have in your inventory.

Download Official Site : https://www.cheatengine.org/

After installation change the setting configure

Setting 1: 
Java > ✅ Show java menu item
Setting 2: 
Extra > ✅ Query memory region routines
Extra > ✅ Read/Write Process Memory
Setting 3: 
Scan Settings > ✅ Don't scan memory this protected with No Cache option
Scan Settings > ✅ MEM_MAPPED

Now save changes to click OK button

full steps and screenshot will update shortly.....


Sunday 13 June 2021

Prevent from shorten URL - REDLI Tool - JTECHCODE 2.O

 REDLI v1.0

Have you ever wondered: Where does this link go? The REDLI Tool follows the path of the URL. It allows you to see the complete path a redirected URL goes through. It will show you the full redirection path of URLs, shortened links, or tiny URLs

Requirements Install - Termux

Python 3, requests and colorama libraries.

     Update: pkg update
     Python 3: pkg install python3
     Requests: pip install requests
     colorama: pip install colorama

 Termux

     git clone https://github.com/JayaKumar-pypro/redli.git
     cd redli
     python3 redli.py --track

Requirements For Kali Linux

Python 3, requests and colorama libraries.

     Update: apt-get update
     Python 3: apt-get install python3
     Requests: pip install requests
     colorama: pip install colorama

Kali Linux

     git clone https://github.com/JayaKumar-pypro/redli.git
     cd redli
     python3 redli.py --track

Flask Course Presented by JTECHCODE 2.O | Python Flask web framework full course

Learn the fundamentals of the Flask framework and its various extensions. This course is designed to teach you everything you need to know t...