Pinned Repositories
Class11-Practical-Python
COMMANDO2406
CSVtoMySQL
This Python script allows you to import data from a CSV file into a MySQL database. It provides a user-friendly interface to input the database name, table name, and column names for the table. The script dynamically creates the table in the MySQL database with the specified columns and their data types.
Flappy-Bird-Clone-Python
This repository contains the source code for a clone of the popular game Flappy Bird, implemented in Python using the Pygame library. The game features a bird that the player must navigate through pipes by tapping the space bar to flap the bird's wings and avoid obstacles.
Inspirational-Quotes-Discord-Bot
Inspirational Quotes Discord Bot in Python
TextToPng
This GitHub repo contains a Python script that converts a string into binary format and saves it as a monochrome image using PIL. Suitable for simple data encoding or image manipulation projects.
Weather-App
A simple weather app that provides current weather information for any city using the OpenWeather API. This app allows users to search for a city and view current weather conditions, including temperature, humidity, wind speed, and a relevant weather icon.
COMMANDO2406's Repositories
COMMANDO2406/CSVtoMySQL
This Python script allows you to import data from a CSV file into a MySQL database. It provides a user-friendly interface to input the database name, table name, and column names for the table. The script dynamically creates the table in the MySQL database with the specified columns and their data types.
COMMANDO2406/BoxDB-Query-Generator
trying to make a scratch like website for the generation of MySQL database queries
COMMANDO2406/Class11-Practical-Python
COMMANDO2406/Flappy-Bird-Clone-Python
This repository contains the source code for a clone of the popular game Flappy Bird, implemented in Python using the Pygame library. The game features a bird that the player must navigate through pipes by tapping the space bar to flap the bird's wings and avoid obstacles.
COMMANDO2406/Inspirational-Quotes-Discord-Bot
Inspirational Quotes Discord Bot in Python
COMMANDO2406/TextToPng
This GitHub repo contains a Python script that converts a string into binary format and saves it as a monochrome image using PIL. Suitable for simple data encoding or image manipulation projects.
COMMANDO2406/Weather-App
A simple weather app that provides current weather information for any city using the OpenWeather API. This app allows users to search for a city and view current weather conditions, including temperature, humidity, wind speed, and a relevant weather icon.
COMMANDO2406/COMMANDO2406