A collection of Python-based projects demonstrating different development paradigms—API services, automation scripts, command-line tools, GUI applications, and web applications. This repository is a hands-on learning space for practical Python development.
-
API/
Contains Python-based API services, such as FastAPI or Flask-based microservices. -
Automation_&_WebScrapping/
Scripts that automate tasks or scrape data from websites using tools likerequests,BeautifulSoup, orSelenium. -
CLI_Application/
Command-line interface applications written in Python, designed for terminal usage. -
Desktop_App/
Graphical desktop applications developed using Tkinter or other GUI libraries. -
Web_App/
Web-based applications created with Python web frameworks like Flask or Django.
-
Clone the Repository
git clone https://github.com/Sumit0ubey/PythonProjects.git cd PythonProjects -
Navigate to a Project Folder
cd Web_App # Or any other folder like API, Desktop_App, etc.
-
Install Dependencies (if any)
pip install -r requirements.txt
-
Run the Script
python app.py # Replace with the correct script name
Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change. Be sure to follow standard Python code style and include docstrings where applicable.
This repository is licensed under the MIT License.
- GitHub: @Sumit0ubey
- Email: [email protected]