This is the pop-up flow.
[close]
employee = [] #entries = {} #skills[] for x in range(0, 2): entries = {} skill = [] entries['name'] = input("Enter name \n") entries['age'] = input("Enter age \n") n = int(input("Enter number of skills: \n")) skill.extend(input("Enter skills with a space \n").split()) en
This is the pop-up flow.
[close]
import pandas as pd import numpy as np import os from sklearn.feature_extraction.text import CountVectorizer from keras.preprocessing.text import Tokenizer from keras.preprocessing.text import hashing_trick from keras.preprocessing.text import one_hot from keras.preprocessing.text import text_to_wo
This is the pop-up flow.
[close]
record = [] end_of_list = int(input("How many users you want to add: ")) for i in range(0,end_of_list): person = { "Name":input("Enter Your Name: "), "Age":int(input("Enter your Age: ")), "Work":input("Enter your work: "), "Skill": [input("Enter your Skills Separ
This is the pop-up flow.
[close]
record = [] end_of_list = int(input("How many users you want to add: ")) for i in range(0,end_of_list): person = { "Name":input("Enter Your Name: "), "Age":int(input("Enter your Age: ")), "Work":input("Enter your work: "), "Skill": [input("Enter your Skills Separ
This is the pop-up flow.
[close]
record = [] end_of_list = int(input("How many users you want to add: ")) for i in range(1,end_of_list): person = { "Name":input("Enter Your Name: "), "Age":int(input("Enter your Age: ")), "Work":input("Enter your work: "), "Skill": [input("Enter your Skills Separ
This is the pop-up flow.
[close]
package com.xbsaykat.easy24vendorapp; import android.os.Build; import android.os.Bundle; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.
This is the pop-up flow.
[close]
package com.xbsaykat.easy24vendorapp.DailyReport; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import android
This is the pop-up flow.
[close]
package com.xbsaykat.easy24vendorapp.MonthlyReport; import android.os.Build; import android.os.Bundle; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import androidx
This is the pop-up flow.
[close]
package com.xbsaykat.easy24vendorapp; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity;
This is the pop-up flow.
[close]
package com.xbsaykat.easy24vendorapp; import android.content.DialogInterface; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import com.github.ybq.android.spinkit.style.CubeGrid; import com.google.android.gms.tasks.OnCompleteListener; import com.google.android.gms