Skip to content
View paulouskunda's full-sized avatar
🤓
Trying new things
🤓
Trying new things
Block or Report

Block or report paulouskunda

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
paulouskunda/README.md

Hello, I'm Paul Kunda.

  • 👀 I’m interested in Backend Development and Android Development
  • 🌱 I’m currently learning Flutter
  • 💞️ I’m looking to collaborate on Zambian/Africa OpenSource Projects that have impact on climate change.
  • 📫 How to reach me send an email to pkunda24@gmail.com/ paulouskunda@gmail.com and Twitter @paulousranks
  • Looking forward to hearing from you and seeing how we can collaborate towards making the world a better place using mathematics and programming.

⚙️  GitHub Analytics

Pinned

  1. zedmini-lib zedmini-lib Public

    A mini library with your everyday toolkit

    Kotlin 3

  2. flask_with_c3_charts flask_with_c3_charts Public

    Creating C3 charts

    CSS 1

  3. MultiThread-in-JavaFX MultiThread-in-JavaFX Public

    MultiThread in Java-FX to check internet connectivity every five seconds by the use of ScheduledExecutorService. Currently bug the thread is not being killed when you exit the application.

    Java

  4. theEvansFinger theEvansFinger Public

    The Finger Print School

    Java 5 2

  5. splash-Login-Screen-in-Javafx-and-Sqlite splash-Login-Screen-in-Javafx-and-Sqlite Public

    A splash Screen in javafx. with sqlite.

    Java 1

  6. Running a flask app locally with MyS... Running a flask app locally with MySQL install in Xampp (Lampp - Linux Users), this method works fine.
    1
    from flask import Flask, render_template, redirect, session, request, url_for
    2
    import pymysql
    3
    import secret
    4
    
                  
    5
    # Initialize the flask library