https://github.com/sivani-l-r/hack.py
This repository contains the projects built during the hack.py event conducted by GDSC MBCET.
https://github.com/sivani-l-r/hack.py
api python pythonprojects
Last synced: 9 months ago
JSON representation
This repository contains the projects built during the hack.py event conducted by GDSC MBCET.
- Host: GitHub
- URL: https://github.com/sivani-l-r/hack.py
- Owner: sivani-l-r
- Created: 2022-12-29T02:36:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T14:09:08.000Z (about 2 years ago)
- Last Synced: 2025-04-14T13:14:50.943Z (9 months ago)
- Topics: api, python, pythonprojects
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hack.py
This repository contains the projects built during the hack.py event conducted by GDSC MBCET.
## Projects
### Day 1 - Simple Calculator
Built a simple calculator using Python programming language.
### Day 2 - Random Number Generator API
Built an API using Python that generates a random number within a user-defined range.
#### Usage
You can access the API by sending a GET request to `[yourdomain.com/gen?min=1&max=5](http://yourdomain.com/gen?min=1&max=5)` (replace `yourdomain.com` with your domain). The API generates a random number between `min` and `max` (inclusive).
### Day 3 - Login Window using Tkinter
Built a login window using Tkinter with two input fields that take in a username and password.
The program displays a message box with "Login successful" if the variables match. Otherwise, it displays an error message.
### Day 4 - API Response Display
Used the https://anapioficeandfire.com API to get the details of the first House of Westeros and printed the name, region, and coat of arms from the API response.
## Getting Started
To run any of the projects, you need to have Python installed on your system.
Clone this repository to your local machine using `git clone https://github.com/your-username/hack.py.git`
Open the project in your preferred IDE and run the Python script.
## Connect with me
If you have any questions or suggestions, feel free to contact me on [LinkedIn](https://www.linkedin.com/in/sivani-l-r).