https://github.com/zalatch/my_boring_python_proj
My summer rep is crazy because i had nothing to do
https://github.com/zalatch/my_boring_python_proj
boredom python3 random-projects
Last synced: 12 months ago
JSON representation
My summer rep is crazy because i had nothing to do
- Host: GitHub
- URL: https://github.com/zalatch/my_boring_python_proj
- Owner: zaLatch
- Created: 2024-05-26T04:56:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T10:30:18.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T23:44:25.266Z (about 1 year ago)
- Topics: boredom, python3, random-projects
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here is the revised README.md file:
```markdown
# My Boring Python Project
This repo is filled with smart stupidness.
## Project Structure
- **get_1000_to_win.py**: A script with an interactive game where the goal is to reach 1000 points.
- **limited_calculator.py**: An addition calculator but the limit is 1000.
- **Money_exchange(PHP-USD).py**: A dollars to pesos rich indicator.
## Getting Started
To run any of the scripts, clone the repository and execute the desired script using Python.
```bash
git clone https://github.com/Noulion/my_boring_python_proj.git
cd my_boring_python_proj
python .py
```
## Contributing
This project is open for contributions. Feel free to fork the repository, make your changes, and submit a pull request.
## License
This project is licensed under the MIT License.
## Contact
For any questions or suggestions, please open an issue in the repository.
```