Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moonlitgrace/instagram-flet-py
- Owner: moonlitgrace
- License: agpl-3.0
- Created: 2023-07-27T14:46:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T11:22:51.000Z (20 days ago)
- Last Synced: 2024-10-18T03:43:13.195Z (19 days ago)
- Topics: dart, flet, flet-dev, flutter, instagram, instagram-clone, python, python-app, python3
- Language: Python
- Homepage:
- Size: 3.82 MB
- Stars: 16
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.