Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by cephascard0207
A curated list of projects in awesome lists by cephascard0207 .
https://github.com/cephascard0207/nemo-token_website-2.0
This is the website created for the NEMO TOKEN which is created on the Binance SmartChain Testnetwork for developing & replicating crypto transactions and more.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/pygeo_locationtracker_v1.0
This program geolocates an input given by a user using opencage api to locate the latitude and longitude of a phone number. Please note that you will need to add your own opencage api key for the key variable value.
geolocation opencage-geocoder python3
Last synced: 30 Nov 2024
https://github.com/cephascard0207/supplierdb-sql-starter-kit
SupplierDB is a comprehensive database model designed to manage and streamline supplier information and inventory with integrated cash flow calculations. Developed using MySQL Workbench and SQL, this project provides a robust foundation for businesses to manage supplier interactions and financial operations effectively.
cashflow-management database dbms inventory-management-system mysql sql
Last synced: 30 Nov 2024
https://github.com/cephascard0207/ctguide-webapp_v1.0
An All in One Open-source Non-Profit Learning Roadmap & Studio Web Application for Computer Technique Students of the Vocational Stream
bootstrap css html5 js opensource opensource-projects opensourceforgood webapp
Last synced: 30 Nov 2024
https://github.com/cephascard0207/rosarydigital_v1.0
An All in One Open-source Non-Profit Learning Web App for Rosary Higher Secondary Students Goa.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/cephascard0207
Config files for my GitHub profile.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/librarydb_mysql_starter-kit
The LibraryDB_mysql_STARTER-KIT project provides a complete setup for a simple library database using MySQL Workbench and SQL, featuring a detailed query script and an ER diagram to visualize table relationships. It is designed for beginners and students to easily understand and implement database structures and relationships.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/beautifulgoa_v1.0
An All-in-One tourist-ready website designed to help visitors plan their perfect vacation in Goa. Explore the best tourist attractions, get a feel for Goan traditions, culture, theatricals, and more. Designed using HTML5 & CSS
Last synced: 30 Nov 2024
https://github.com/cephascard0207/password_generator
A Password Generator program created using python for fun and practice purposes
Last synced: 30 Nov 2024
https://github.com/cephascard0207/my_certificates_2021-22
These are certifications of the online courses that i have taken.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/motivateme-js
A web app to present you with motivational quotes with a press of a button
Last synced: 30 Nov 2024
https://github.com/cephascard0207/lendapaw_app
A mobile app designed to help users add and track information about stray pets in their area. The app features screens for adding pet details, including type, name, image, and last seen location. The app aims to facilitate the process of helping stray animals find assistance. App Design & Development under Progress!
android-app app-design app-development kivy lendapaw mobile-app python pythonkit thunkable
Last synced: 18 Dec 2024
https://github.com/cephascard0207/automated_locationsender_v1.0
This is a program that automatically sends the user's location on which the program is run using twilio api to the phone number which is verified
Last synced: 30 Nov 2024
https://github.com/cephascard0207/love_calculator.py
This is a Love Calculator project created using Python as for the 100DaysPythonChallenge. It follows the same technique of counting alphabet
Last synced: 30 Nov 2024
https://github.com/cephascard0207/mobile-apps-portfolio-website-template
A website template for those who want to display their Mobile applications in a systematic manner.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/leapyearornot
A LeapYearOrNot Calculator program created on Day 3 of the python 100 days of code challenge.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/chatbot-js
This is a ChatBot created using Js.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/heads_or_tails
HeadsOrTails. This is developed with Python. Day4 of 100DaysCodingChallenge. Made with 💖 by Cephas Cardozo
Last synced: 30 Nov 2024
https://github.com/cephascard0207/desktop_notifier
This is a program just to understand how python communicated with the hardware of a computer, as in this case it displays a notification towards the right of a windows pc
Last synced: 30 Nov 2024
https://github.com/cephascard0207/hangman
This is game created using Python known as Hangman. This can be played in the console, this is version-1 as there has only been added over 50 words to guess from. v2.0 will be releasing soon!
hangman hangman-console hangman-in-python python3
Last synced: 30 Nov 2024
https://github.com/cephascard0207/highscore_picker
This program is used for picking the highest number from an input or a list given by the user. Day5 of 100DaysofCode
Last synced: 30 Nov 2024
https://github.com/cephascard0207/bmi_calculator.py
A BMI Calculator program created on Day 2 of the python 100 days of code challenge
Last synced: 30 Nov 2024
https://github.com/cephascard0207/people-counter
A Simple People Counter web app created using HTML,CSS & JS
Last synced: 30 Nov 2024
https://github.com/cephascard0207/contact-form-purehtmlcss
A Contact Form created using Pure HTML, CSS
Last synced: 30 Nov 2024
https://github.com/cephascard0207/banker_roulette
This is a banker roulette program created using python where the program chooses a random person from a list.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/life_in_weeks.py
This is a Life in weeks calculator which is written in python. This is a part of Day 2 of the 100daysOfCode Challenge.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/fizz_buzz
This is a program created using Python known as FizzBuzz. If a given number is divisible by 3, the program prints FIZZ & if it is only divisible by 5 then it prints BUZZ. If the number is divisible by both it prints FIZZBUZZ!
fizzbuzz fizzbuzz-python python3
Last synced: 30 Nov 2024
https://github.com/cephascard0207/bmi_calculator-2.0
A BMI Calculator program created on Day 3 of the python 100 days of code challenge.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/average_height_calculator
This is a program that calculated the average height from a given list which is given as an input by the user. This is developed using Python, Day5 of 100DaysofCode
Last synced: 30 Nov 2024
https://github.com/cephascard0207/personalbudgettracker
The Personal Budget Tracker is a simple, console-based application developed in Python to help users manage their finances by tracking income, expenses, and savings.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/responsive-birthday-card
This is a Responsive Birthday Card created using Pure HTML & CSS code
Last synced: 30 Nov 2024
https://github.com/cephascard0207/reeborg-sworld_allhurdles_algorithm
In simple words an 'Algorithm' means a set of instructions given to a computer to solve any kind of a problem depending on its type, As of this it solves the hurdles. Any kind of hurdle puzzle can be solved in Reeborg's World using this simple algorithm.
algorithm python python3 reeborg
Last synced: 30 Nov 2024
https://github.com/cephascard0207/rollercoaster-ticketcounter
A Rollercoaster-TicketCounter program created on Day 3 of the python 100 days of code challenge
Last synced: 30 Nov 2024
https://github.com/cephascard0207/py_turtle_starshape
This is a Py Turtle based project for beginners to understand some basic concepts of turtle in python using the basic 'STAR' shape.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/firstapp_django
My First Django Application
Last synced: 30 Nov 2024
https://github.com/cephascard0207/treasure_island.py
This is a Treasure Island program created using python. This is a project of Day 3 of the 100DaysofCode challenge! A Basic Adventure Game
Last synced: 30 Nov 2024
https://github.com/cephascard0207/whatsapp_msgautomation
This is a program to automate WhatsApp messages using python in just 2 lines of code with the pywhatkit package
Last synced: 30 Nov 2024
https://github.com/cephascard0207/weight_converter.py
A console application that converts the given weight into either kilograms or pounds depending on the user input.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/tip_calculator.py
This is a Tip Calculator created using python. This is a project of Day 2 of the 100DaysofCode challenge!
Last synced: 30 Nov 2024
https://github.com/cephascard0207/treasure_map
This is a basic program, Treasure Map. This is created by Cephas Cardozo. Day4 of 100DaysOfCode. Developed with 💖 using Python
Last synced: 30 Nov 2024
https://github.com/cephascard0207/rock-paper-scissors
This is a game known as rock-paper-scissors created using Python for fun. Day4 of 100DaysofCode.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/responsive-navbar-purecss
A Navbar created using Pure CSS & Html
Last synced: 30 Nov 2024
https://github.com/cephascard0207/reeborglvl1-2-3_hurdle_cheatcode
This program is a cheat to complete level 1, 2, 3 of Reeborg's World, with the world set to hurdle. This is written by Cephas Cardozo and Developed using Python
Last synced: 30 Nov 2024
https://github.com/cephascard0207/reeborg-sworld_maze_algorithm_v1.0
In simple words an 'Algorithm' means a set of instructions given to a computer to solve any kind of a problem depending on its type, As of this it solves most the maze. Any kind of maze puzzle can be solved in Reeborg's World using this simple algorithm.
algorithm python python3 reeborg
Last synced: 30 Nov 2024
https://github.com/cephascard0207/pypassword_generator
This is a password generator created using Python. It can create any type of secure passwords with your input preference. You can have symbols, numbers, alphabets in a combination. Day5 of 100DaysOfCode.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/php_fornoobs_starter_code
This is thePhp Starter NoobNotes. For Beginners/Noobs/Refreshers who want to get into Php //This is created By Cephas Cardozo. This is totally free to used .You can learn the very basic to advace topics //Like BasicSyntax,Variables,Arrays and its types,Operators,Conditional statemnts,Loops,Functions,Strings,and much more. Please make sure that you comment out the other code while running a code block.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/python_turtle_noobs_square
This is a Py Turtle based project for beginners to understand some basic concepts of turtle in python using the basic 'SQUARE' shape.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/pythoncourse_moshhamedani_yt
Python Code for Dummies
Last synced: 30 Nov 2024
https://github.com/cephascard0207/pizzaorder_program
A PizzaOrder program created on Day 3 of the python 100 days of code challenge.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/percentage-calculator_js
Principal * Percent / 100
Last synced: 30 Nov 2024
https://github.com/cephascard0207/nemo-token--frontend
This is the website created for the NEMO TOKEN which is created on the Binance SmartChain Testnetwork for developing & replicating crypto transactions and more.
Last synced: 30 Nov 2024
https://github.com/cephascard0207/simpleemployee_mysqldatabase
A Very Simple Database created using MySQL to inculcate a Company's Employee Data into Digital Tabular Format. Beginner MySQL Project
Last synced: 30 Nov 2024