https://github.com/soham901/codeclause
Projects of Python Internship at CodeClause.
https://github.com/soham901/codeclause
Last synced: 10 months ago
JSON representation
Projects of Python Internship at CodeClause.
- Host: GitHub
- URL: https://github.com/soham901/codeclause
- Owner: soham901
- Created: 2023-11-22T23:15:37.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T14:01:03.000Z (about 2 years ago)
- Last Synced: 2025-01-19T16:29:22.168Z (11 months ago)
- Language: Python
- Homepage: https://codeclause-internship.streamlit.app
- Size: 29.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeClause
Projects of Python Internship at CodeClause.
## Live Demo:
- [visit](https://codeclause-internship.streamlit.app)
[//]: # (## Showcase video: [LinkdIn]())
[//]:
## List of Projects
1. [Music Player](pages/1_Music_Player.py)
2. [Text Editor](pages/2_Text_Editor.py)
3. [Mail Application](pages/3_Mail_App.py)
4. [Plagiarism Checker](pages/4_Plagiarism_Checker.py)
## How to run
1. Clone the repository.
2. Install python3 and dependencies.
```bash
sudo apt-get install python3 python3-pip
pip3 install -r requirements.txt
```
3. Run the project.
```bash
streamlit run Home.py
```
### Thank You for visiting!