This repository contains various Python projects and code snippets created using PyCharm. It serves as a workspace for learning, experimenting, and building Python-based solutions.
/ ├── project1/ # Description of project 1 ├── project2/ # Description of project 2 ├── utils/ # Utility scripts └── README.md # Repository documentation
- Project1: A script that performs data analysis on weather data.
- Project2: A web scraper for extracting information from websites.
Install the required Python packages with:
pip install -r requirements.txtThis repository includes a collection of Python projects developed by manupawickramasinghe. It is designed for educational purposes, personal projects, or prototypes. Each project or script demonstrates different aspects of Python programming, from basic utilities to more complex solutions.
- A wide range of Python scripts and projects.
- Examples of Python programming techniques and best practices.
- Reusable code for various tasks and algorithms.
- Python (99.4% of the codebase)
- Other scripts or configuration files (0.6%)
- Install Python (version 3.6 or higher is recommended).
- Install PyCharm (optional but recommended for project development).
To clone this repository, run:
git clone https://github.com/manupawickramasinghe/PycharmProjects--Manupa.git- Navigate to the project directory:
cd PycharmProjects--Manupa - Run the desired script with Python:
python script_name.py
Contributions are welcome! If you have a bug fix, improvement, or feature addition, feel free to open a pull request. Before contributing, please ensure your code is clean and well-documented.
This repository currently does not specify a license. Please contact the repository owner for clarification on usage rights.