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

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.

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!