Raman Dixit (@ramandixit13)
  • Stars
    star
    34
  • Global Rank 448,285 (Top 16 %)
  • Followers 5
  • Following 7
  • Registered about 6 years ago
  • Most used languages
    Python
    70.0 %
    HTML
    10.0 %
    Java
    10.0 %
  • Location ๐Ÿ‡ฎ๐Ÿ‡ณ India
  • Country Total Rank 18,866
  • Country Ranking
    Python
    4,450

Top 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

WebScraping

Python
1
star
10

Android-project-news_app

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