This repository contains a collection of Python scripts that I enjoy working on when I'm bored or exploring different aspects of Python. These projects serve as learning exercises and allow me to experiment with various concepts and libraries.
The Case Opening Simulator Auto Sell is a script that simulates a case opening simulator, where you can open virtual cases and automatically sell the items you receive. This project provided inspiration for another related project.
The Screen Recorder script allows you to record your computer screen and save it as a video file. It shares similarities with the Case Opening Simulator Auto Sell project, as they both utilize similar libraries. Ongoing development focuses on optimizing CPU and memory usage for improved performance.
To run these scripts on your local machine, follow the steps below:
Make sure you have Python installed on your system. You can download the latest version of Python from the official website: python.org.
Clone this repository to your local machine using the following command:
git clone https://github.com/swayz8148/Python.git
Navigate to the directory of the desired script and execute it using Python. For example:
cd Screen Recorder
pip install -r requirements.txt
python main.py
Contributions, bug reports, and feature requests are welcome! If you would like to contribute to this project, please follow the guidelines outlined in CONTRIBUTING.md.
This repository is licensed under the MIT License. Feel free to use the code provided here for your own projects.