• Stars
    star
    1
  • Language
    Python
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

DiceRollingSimulator

This is a classic "roll the dice" program. We will be using the random module for this,since we want to randomize the numberswe get from the dice. We set two variables (min and max) , lowest and highest number of the dice. We then use a while loop, so that the user can roll the dice again. The roll_again can be set to any value, but here it's set to "yes" or "y", but you can also add other variations to it.
Python
6
star
2

BookStoreWebScraper

Bookstore Web Scraper This notebook is a practice exercise in web scraping. It can scrape data from selected pages of http://books.toscrape.com/catalogue/. The user needs to provide a base url (http://books.toscrape.com/catalogue/ in this case) and pages to scrape. The function will return a Pandas dataframe of the scraped data (Rating, Book Name, Price of Book, In Stock)
Jupyter Notebook
4
star
3

chat-rooms

A chatroom project built through python using classes and methods, which allows you to create chat-rooms and send messages to Recipients.
Python
3
star
4

TerminalLibraryManageMentSystem

A terminal system to manage a public library.There are three actors in this program, namely, librarian, user and books. The books will have author, name, publication company, rented date, rented user. The librarian can add books. The librarian will have fields such as name and contact information. The user will register in the library by providing his name, contact information. The users may take the books for rental. The users will have name, fees and contact details. The user will have registration and login.
Python
3
star
5

PascalsTriangle

The program takes a number n and prints the pascalโ€™s triangle having n number of rows.
Python
2
star
6

PasswordValidator-regex-

Python
2
star
7

Selenium

Hands On Selenium for opening a website and search for an item dynamically.
Python
2
star
8

portfolio-website

A portfolio Website with a Minimalistic design in order to have a online identity.
HTML
2
star
9

Android-project-news_app

News app using newsapi.org built with volley and glide library on android studio.
Java
1
star