Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moonlitgrace/instagram-flet-py

A UI clone of Instagram developed using the Flet python framework
https://github.com/moonlitgrace/instagram-flet-py

dart flet flet-dev flutter instagram instagram-clone python python-app python3

Last synced: 8 days ago
JSON representation

A UI clone of Instagram developed using the Flet python framework

Awesome Lists containing this project

README

        

# instagram-flet-py

This project is a UI clone of Instagram developed using the Flet framework and Python. \
It aims to replicate the user interface and basic functionality of the Instagram app.




## Installation and Setup
Make sure you've poetry installed on your system. \
[https://python-poetry.org/](https://python-poetry.org/)

1. Clone this repository and `cd` into directory:
```bash
git clone https://github.com/tokitouq/instagram-flet-py.git
cd instagram-flet-py
```
2. Install project dependencies using Poetry:
```bash
poetry install
```
3. Run the application:
```bash
poetry run python main.py
```

## Contribution Guide

Contributions are welcome! If you want to contribute to this project, there are several ways you can help:

- **Pull Requests:** If you have a suggestion/idea that would make this project better, please create a pull request. All pull requests will be reviewed by us and adjusted if needed.

- **Issue Reporting:** You can also open a new issue or help us with an existing one. Providing detailed information about bugs, feature requests, or improvements is immensely helpful.

- **Star the Project:** Other than that, you can also help the project by giving it a star! Your support is highly appreciated 😊.

To contribute, follow these steps:

1. Fork the repository.
2. Create a new branch for your feature/bug fix: `git checkout -b feature-name`.
3. Make your changes and commit them: `git commit -m "Add some feature"`.
4. Push the changes to your fork: `git push origin feature-name`.
5. Create a pull request in the original repository.

## License

This project is licensed under the [AGPL-3.0](https://github.com/tokitouq/instagram-flet-py/blob/main/LICENSE) License.